Skip to content
Snippets Groups Projects
Commit 1211a7a9 authored by Martin Tschofen's avatar Martin Tschofen
Browse files

Search index skips over hidden namespaces

darcs-hash:20060428233035-a265a-5b124304e8250f0c97bff5ce8fdc839170cc7f95.gz
parent ec79c838
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ function search_index(&$data,$base,$file,$type,$lvl,$opts){ ...@@ -157,7 +157,7 @@ function search_index(&$data,$base,$file,$type,$lvl,$opts){
$id = pathID($file); $id = pathID($file);
//check hidden //check hidden
if($type=='f' && isHiddenPage($id)){ if(isHiddenPage($id)){
return false; return false;
} }
......
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