mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Merge branch 'rewrites/is_filled_array_introduced' of git://github.com/Quix0r/friendica into Quix0r-rewrites/is_filled_array_introduced
Conflicts: boot.php
This commit is contained in:
commit
7d531afd00
10 changed files with 73 additions and 26 deletions
|
@ -86,7 +86,7 @@ class ForumManager {
|
|||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
if(count($contacts)) {
|
||||
if(dba::is_result($contacts)) {
|
||||
|
||||
$id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue