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