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:
parent
4ec377008d
commit
24cbac1a5b
|
@ -86,7 +86,7 @@ class ForumManager {
|
|||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
if(count($contacts)) {
|
||||
if(is_filled_array($contacts)) {
|
||||
|
||||
$id = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue