Files
Piwigo/include
plegall 6a8104b92b (cp f62ee77) 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:51:51 +01:00
..
2018-07-12 10:59:32 +02:00
2019-10-14 15:26:30 +02:00