summaryrefslogtreecommitdiff
path: root/inc/indexer.php
diff options
context:
space:
mode:
authorMichael Hamann <michael@content-space.de>2011-04-07 17:55:53 +0200
committerMichael Hamann <michael@content-space.de>2011-04-07 17:55:53 +0200
commit04d61d11bdad640df247f1c95ccdcee8aac3e32c (patch)
tree7394085900490d7ae8ca034d85862191c2f69386 /inc/indexer.php
parentf7f0e633f735842dfb466878eef440245a9bd3e1 (diff)
parent6a9d97936d8cb7304d0ce22ccddc0d76bc3dba85 (diff)
downloadrpg-04d61d11bdad640df247f1c95ccdcee8aac3e32c.tar.gz
rpg-04d61d11bdad640df247f1c95ccdcee8aac3e32c.tar.bz2
Merge branch 'master' of https://github.com/akate/dokuwiki into akate-master
Diffstat (limited to 'inc/indexer.php')
-rw-r--r--inc/indexer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php
index 110901e58..1db966656 100644
--- a/inc/indexer.php
+++ b/inc/indexer.php
@@ -1170,7 +1170,7 @@ function idx_addPage($page, $verbose=false) {
if(@file_exists($idxtag)){
if(trim(io_readFile($idxtag)) == idx_get_version()){
$last = @filemtime($idxtag);
- if($last > @filemtime(wikiFN($ID))){
+ if($last > @filemtime(wikiFN($page))){
if ($verbose) print("Indexer: index for $page up to date".DOKU_LF);
return false;
}