Skip to content
Snippets Groups Projects
Commit 517a47ec authored by Michael Hamann's avatar Michael Hamann
Browse files

Call the indexer for hidden pages

This makes sure that the indexer is also called for hidden pages so they
aren't missing in the title index and digest subscriptions work for
them, too. Hidden pages are already filtered from the search results.
parent cc58224c
No related branches found
No related tags found
No related merge requests found
......@@ -988,8 +988,6 @@ function tpl_indexerWebBug(){
global $INFO;
if(!$INFO['exists']) return false;
if(isHiddenPage($ID)) return false; //no need to index hidden pages
$p = array();
$p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.rawurlencode($ID).
'&'.time();
......
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