diff mgallery.php @ 336:0d1bd22fcb39

PHP 8 fix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Jun 2023 12:44:52 +0300
parents 9dece4d00e30
children d6422e856ecd
line wrap: on
line diff
--- a/mgallery.php	Mon Jun 19 12:44:26 2023 +0300
+++ b/mgallery.php	Mon Jun 19 12:44:52 2023 +0300
@@ -801,7 +801,7 @@
     $ptmp[] = count($galAlbumsIndex)." ".mgQM("gallery_nsubalbums");
 
   if (count($ptmp))
-    $pageTitle .= " (".implode($ptmp, ", ").")";
+    $pageTitle .= " (".implode(", ", $ptmp).")";
 
   echo
     mgGetPageInfoHeaderStart("galleryPageHeader").