mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02: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…
Add table
Add a link
Reference in a new issue