]> git.mxchange.org Git - friendica.git/blobdiff - bin/daemon.php
Merge pull request #5838 from tobiasd/20181006-lng
[friendica.git] / bin / daemon.php
index 159b20e159503f3373b9836157c9b74513f0e34f..e2bad90df59775e74ad4cd96164a84d6df41d13c 100755 (executable)
@@ -34,7 +34,7 @@ require_once "include/dba.php";
 
 $a = new App(dirname(__DIR__));
 
-if ($a->isInstallMode()) {
+if (App\Mode::isInstall()) {
        die("Friendica isn't properly installed yet.\n");
 }