mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug fixed: access to global variable was missing
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user