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

fixed level attribute in universal search

Ignore-this: 2b76ec324372c93371793344e0dbadde

darcs-hash:20091216152527-6e07b-7fc6fd3514cf42684d6dd95f419b709a9bdc0b94.gz
parent 0c3bbffb
No related branches found
No related tags found
No related merge requests found
......@@ -604,9 +604,9 @@ function search_universal(&$data,$base,$file,$type,$lvl,$opts){
}
// still here? prepare the item
$item['type'] = $type;
$item['lvl'] = $lvl;
$item['open'] = $return;
$item['type'] = $type;
$item['level'] = $lvl;
$item['open'] = $return;
if($opts['meta']){
$item['file'] = basename($file);
......
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