diff --git a/upload/engine/menu.class.php b/upload/engine/menu.class.php index c784506..741551b 100644 --- a/upload/engine/menu.class.php +++ b/upload/engine/menu.class.php @@ -79,7 +79,7 @@ if(intval($ar['parent']) == $parent){ $tree[$key] = $categories[$key]; $tree[$key]['sons'] = array(); - $this->new_tree_element($categories, &$tree[$key]['sons'], $key); + $this->new_tree_element($categories, $tree[$key]['sons'], $key); } if(empty($tree['sons'])){ unset ($tree['sons']); }