mirror of
https://github.com/friendica/friendica
synced 2024-11-17 20:23:40 +00:00
Fix name of Mode class
This commit is contained in:
parent
eff96cc140
commit
a28a207774
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Mode
|
|||
public function isInstall(): bool
|
||||
{
|
||||
return !$this->has(Mode::LOCALCONFIGPRESENT) ||
|
||||
!$this->has(MODE::DBAVAILABLE);
|
||||
!$this->has(Mode::DBAVAILABLE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue