X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=twitter%2Ftwitter_sync.php;h=60924acde650a21d1d0c988a0b07399d8ccfe1c7;hb=e269589c65b990e5822c559fa2e6ca66f79eb327;hp=7ff3dbb3781d7042af99fc5714690bf71b244e43;hpb=c0836419b794b369060fccfa6a029b3075aa76ae;p=friendica-addons.git diff --git a/twitter/twitter_sync.php b/twitter/twitter_sync.php index 7ff3dbb3..60924acd 100644 --- a/twitter/twitter_sync.php +++ b/twitter/twitter_sync.php @@ -4,7 +4,7 @@ use Friendica\Core\Config; function twitter_sync_run($argv, $argc) { - global $a; + $a = Friendica\BaseObject::getApp(); require_once 'addon/twitter/twitter.php';