mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 08:34:26 +02:00
Moves the function "is_result" from dba to dbm.
This commit is contained in:
parent
91e20f2f9b
commit
e4c6cfd2d8
11 changed files with 30 additions and 40 deletions
|
@ -86,7 +86,7 @@ class ForumManager {
|
|||
$total = count($contacts);
|
||||
$visible_forums = 10;
|
||||
|
||||
if(dba::is_result($contacts)) {
|
||||
if(dbm::is_result($contacts)) {
|
||||
|
||||
$id = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue