From: Art4 Date: Tue, 5 Nov 2024 12:20:43 +0000 (+0000) Subject: Fix name of Mode class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a28a20777483e2d92aed587360dbd603cf5cd500;p=friendica.git Fix name of Mode class --- diff --git a/src/App/Mode.php b/src/App/Mode.php index 070d67ee4f..ebf9f46163 100644 --- a/src/App/Mode.php +++ b/src/App/Mode.php @@ -210,7 +210,7 @@ class Mode public function isInstall(): bool { return !$this->has(Mode::LOCALCONFIGPRESENT) || - !$this->has(MODE::DBAVAILABLE); + !$this->has(Mode::DBAVAILABLE); } /**