You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/roundcube/program/steps/mail/mark.inc on line 73
#6360
Need to fixing this with PHP 7.2:
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/roundcube/program/steps/mail/mark.inc on line 73
Warning appears when the folder does not contain any messages.
Need to use is_array() function before.
The text was updated successfully, but these errors were encountered: