(cp 29b83b1) fixes #1786 export to piwigo broken with php 8.1

This commit is contained in:
plegall
2023-02-11 18:11:20 +01:00
parent c56e97437c
commit 722a517f2f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -318,7 +318,7 @@ SELECT
}
$row['comment'] = strip_tags(
trigger_change(
(string) trigger_change(
'render_category_description',
$row['comment'],
'ws_categories_getList'
@@ -1259,4 +1259,4 @@ SELECT DISTINCT
return $output;
}
?>
?>