]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Rework App modes
[friendica.git] / bin / daemon.php
index 2813100267dfd3cc26c1ab3ce43f406b6a20b108..65ae2a53b6596730e9f4b107e95c7dffdf001c04 100755 (executable)
@@ -28,7 +28,7 @@ require_once "include/dba.php";
 
 $a = new App(dirname(__DIR__));
 
-if ($a->mode === App::MODE_INSTALL) {
+if ($a->isInstallMode()) {
        die("Friendica isn't properly installed yet.\n");
 }