bug fixed: access to global variable was missing

This commit is contained in:
plegall
2022-11-15 16:55:48 +01:00
parent 468394af66
commit 66e1187964
+1 -1
View File
@@ -197,7 +197,7 @@ function cmpCat($a, $b)
function assocToOrderedTree($assocT) function assocToOrderedTree($assocT)
{ {
global $nb_photos_in, $nb_sub_photos; global $nb_photos_in, $nb_sub_photos, $is_forbidden;
$orderedTree = array(); $orderedTree = array();