mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:44:22 +02:00
Replace remaining $a->isInstallMode() instances
This commit is contained in:
parent
3564daf24d
commit
3ed9e7fe1d
7 changed files with 8 additions and 8 deletions
|
@ -57,7 +57,7 @@ HELP;
|
|||
throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments');
|
||||
}
|
||||
|
||||
if ($a->isInstallMode()) {
|
||||
if (App\Mode::isInstall()) {
|
||||
throw new RuntimeException('Database isn\'t ready or populated yet');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue