Skip to content
Snippets Groups Projects
Commit 3556bcee authored by Andreas Gohr's avatar Andreas Gohr
Browse files

small indexer fix

The indexer didn't create the last indexed files correctly

darcs-hash:20050913184004-7ad00-8756a7362942c747d53992fa8f0ee4da5534badb.gz
parent 7b840f3e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ while(!@mkdir($lock)){
idx_addPage($ID);
// we're finished
io_saveFile(metaFN($id,'.indexed'),'');
io_saveFile(metaFN($ID,'.indexed'),'');
@rmdir($lock);
sendGIF();
......
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