]> git.mxchange.org Git - friendica.git/blobdiff - include/auth_ejabberd.php
Parameter should fit ...
[friendica.git] / include / auth_ejabberd.php
index 3918a45e15d9c4370ce10f4039d32ff6a2adaf93..14f5dcfe0c797271ab5d09720223c2a8675d82a8 100755 (executable)
@@ -49,7 +49,7 @@ require_once("boot.php");
 
 global $a;
 
-if (is_null($a)) {
+if (empty($a)) {
        $a = new App(dirname(__DIR__));
 }