(cp 66e1187) bug fixed: access to global variable was missing

This commit is contained in:
plegall
2022-11-15 16:58:38 +01:00
parent 41fee6bac9
commit 6c5232f47b
+1 -1
View File
@@ -197,7 +197,7 @@ function cmpCat($a, $b)
function assocToOrderedTree($assocT)
{
global $nb_photos_in, $nb_sub_photos;
global $nb_photos_in, $nb_sub_photos, $is_forbidden;
$orderedTree = array();