]> git.mxchange.org Git - friendica.git/commitdiff
Fix name of Mode class
authorArt4 <art4@wlabs.de>
Tue, 5 Nov 2024 12:20:43 +0000 (12:20 +0000)
committerArt4 <art4@wlabs.de>
Tue, 5 Nov 2024 12:20:43 +0000 (12:20 +0000)
src/App/Mode.php

index 070d67ee4ff968e21db11278aa597085b8dc5519..ebf9f4616338f49f8743301bfe4a9a40ca0349dd 100644 (file)
@@ -210,7 +210,7 @@ class Mode
        public function isInstall(): bool
        {
                return !$this->has(Mode::LOCALCONFIGPRESENT) ||
-                      !$this->has(MODE::DBAVAILABLE);
+                      !$this->has(Mode::DBAVAILABLE);
        }
 
        /**