Files
Piwigo/include
Rasmus Lerdorf f62ee77852 Fix count() warning
In PHP 7.2 and later you will get a warning if you call count() on null. So either initialize $errors to an empty array here, or use empty() to check it as I have done here.
2019-12-16 10:50:14 +01:00
..
2018-07-12 10:59:32 +02:00
2019-12-16 10:50:14 +01:00