Skip to content
Snippets Groups Projects
Commit dbb771bb authored by Adrian Lang's avatar Adrian Lang
Browse files

Fix variable name typo in indexer

parent ded89ef6
No related branches found
No related tags found
No related merge requests found
......@@ -909,7 +909,7 @@ class Doku_Indexer {
$line .= "\n";
$fn = $conf['indexdir'].'/'.$idx.$suffix;
$fh = @fopen($fn.'.tmp', 'w');
if (!fh) return false;
if (!$fh) return false;
$ih = @fopen($fn.'.idx', 'r');
if ($ih) {
$ln = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment