Archived
1
0

php 8 compat fixes for ML directory section

This commit is contained in:
onli
2021-05-13 14:57:19 +02:00
parent 561a86b385
commit d28b15381c
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -73,6 +73,8 @@ function serendipity_fetchImagesFromDatabase($start=0, $limit=0, &$total=null, $
if ($limit != 0) {
$limitsql = serendipity_db_limit_sql(serendipity_db_limit($start, $limit));
} else {
$limitsql = '';
}
if ($hideSubdirFiles == false) {