]> git.mxchange.org Git - friendica.git/blobdiff - include/shadowupdate.php
Merge pull request #3868 from rabuzarus/20171104_-_use_best_link_url_for_events
[friendica.git] / include / shadowupdate.php
index a2b44b3512183129df0e5cba6c9e477efea0ebb5..c41b2312214bb1eed9e019c7ac266b9f412e9793 100644 (file)
@@ -9,7 +9,7 @@ require_once("include/threads.php");
 function shadowupdate_run(&$argv, &$argc){
        global $a;
 
-       if (is_null($a)) {
+       if (empty($a)) {
                $a = new App(dirname(__DIR__));
        }