mirror of
https://github.com/friendica/friendica
synced 2025-05-12 10:24:10 +02:00
Rename DBA::fetch_first to DBA::fetchFirst
This commit is contained in:
parent
591939dfc0
commit
f051ae1698
12 changed files with 18 additions and 18 deletions
|
@ -496,7 +496,7 @@ class App
|
|||
|
||||
$this->mode |= App::MODE_DBAVAILABLE;
|
||||
|
||||
if (DBA::fetch_first("SHOW TABLES LIKE 'config'") === false) {
|
||||
if (DBA::fetchFirst("SHOW TABLES LIKE 'config'") === false) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue