mirror of
https://github.com/friendica/friendica
synced 2025-04-25 23:10:12 +00:00
Replace remaining $a->isInstallMode() instances
This commit is contained in:
parent
3564daf24d
commit
3ed9e7fe1d
7 changed files with 8 additions and 8 deletions
|
@ -56,7 +56,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