mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Initial work to support PHP 7.2
This commit is contained in:
@@ -290,7 +290,7 @@ class Template
|
||||
return false;
|
||||
}
|
||||
reset($filename_array);
|
||||
while(list($handle, $filename) = each($filename_array))
|
||||
foreach ($filename_array as $handle => $filename)
|
||||
{
|
||||
if (is_null($filename))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user