mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-31 22:13:32 +02:00
fixes #2080 syntax error (not always generating error)
This commit is contained in:
@@ -320,7 +320,7 @@ $template->assign(array(
|
|||||||
),
|
),
|
||||||
|
|
||||||
'NB_SUBCATS' => $category['nb_subcats'],
|
'NB_SUBCATS' => $category['nb_subcats'],
|
||||||
),
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
$template->assign(array(
|
$template->assign(array(
|
||||||
|
|||||||
Reference in New Issue
Block a user