summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/search.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/search.php b/inc/search.php
index 8712114d1..2b9a51fb3 100644
--- a/inc/search.php
+++ b/inc/search.php
@@ -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);