Files
Piwigo/include/functions_user.inc.php
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

39 KiB