]> git.mxchange.org Git - friendica.git/blobdiff - bin/auth_ejabberd.php
Setting update version & time on success
[friendica.git] / bin / auth_ejabberd.php
index 55917bf6d906e8cb7f55b9d7ca0f65a01bc4d825..1f03b94af90017fb164221b2d6eab38a5d391aa9 100755 (executable)
@@ -54,7 +54,7 @@ require_once "include/dba.php";
 
 $a = new App(dirname(__DIR__));
 
-if (App\Mode::isNormal()) {
+if ($a->getMode()->isNormal()) {
        $oAuth = new ExAuth();
        $oAuth->readStdin();
-}
\ No newline at end of file
+}