related to #1693 php8.1 compat for comments in gallery and album edit in admin

This commit is contained in:
Matthieu Leproux
2022-07-26 14:30:39 +02:00
committed by plegall
parent 8ec890bdb7
commit 1e85985a0c
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ $sort_fields = array(
$template->assign('image_order_options', $sort_fields);
$image_order = explode(',', $category['image_order']);
$image_order = explode(',', isset($category['image_order']) ? $category['image_order'] : "");
for ($i=0; $i<3; $i++) // 3 fields
{