mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +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)
|
function assocToOrderedTree($assocT)
|
||||||
{
|
{
|
||||||
global $nb_photos_in, $nb_sub_photos;
|
global $nb_photos_in, $nb_sub_photos, $is_forbidden;
|
||||||
|
|
||||||
$orderedTree = array();
|
$orderedTree = array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user