Also use is_filled_array() here, too. if $contacts is FALSE count() issues are E_WARNING

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-03-01 14:38:02 +01:00
parent 0c1cc0d32f
commit f05c1e82f0
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ForumManager {
$total = count($contacts);
$visible_forums = 10;
if(count($contacts)) {
if(is_filled_array($contacts)) {
$id = 0;