mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug fixed: access to global variable was missing
This commit is contained in:
+1
-1
@@ -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