mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
parent
6189f6c8e7
commit
4ca68c7af0
151 changed files with 987 additions and 8742 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBM;
|
||||
|
||||
/**
|
||||
* @file include/ForumManager.php
|
||||
|
@ -93,7 +94,7 @@ class ForumManager {
|
|||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
if (dbm::is_result($contacts)) {
|
||||
if (DBM::is_result($contacts)) {
|
||||
|
||||
$id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue