Rename Friendica\Database\dba to Friendica\Database\DBA

This commit is contained in:
Hypolite Petovan 2018-07-20 08:19:26 -04:00
parent b6a1df0598
commit af6dbc654f
127 changed files with 1169 additions and 1169 deletions

View file

@ -64,7 +64,7 @@ class DBM
}
if (is_object($array)) {
return dba::num_rows($array) > 0;
return DBA::num_rows($array) > 0;
}
return (is_array($array) && (count($array) > 0));