- merge -r974:975 from branch 1.5 (PHP warning bug fixed)

git-svn-id: http://piwigo.org/svn/trunk@976 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2005-12-09 22:54:51 +00:00
parent 02ae5a7dca
commit 970f630858

View file

@ -338,6 +338,7 @@ function get_html_menu_category($categories)
global $page, $lang;
$ref_level = 0;
$level = 0;
$menu = '';
foreach ($categories as $category)