]> git.mxchange.org Git - friendica-addons.git/commitdiff
Fix use statements
authorHypolite Petovan <mrpetovan@gmail.com>
Thu, 15 Feb 2018 02:38:37 +0000 (21:38 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Thu, 15 Feb 2018 02:43:27 +0000 (21:43 -0500)
dwpost/dwpost.php
ijpost/ijpost.php
ljpost/ljpost.php
pumpio/pumpio.php

index 6a9cfe522b69c82909043b7e493d269d76a7ea8c..d9d06675f687c5a6ba47f79dbbd06daf7fa7fb22 100644 (file)
@@ -11,8 +11,8 @@
 use Friendica\Core\Addon;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
+use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Network;
-use Friendica\Util\Temporal;
 
 function dwpost_install() {
        Addon::registerHook('post_local',           'addon/dwpost/dwpost.php', 'dwpost_post_local');
index ffafa5ee919e5628ca44d47c9b0a8f6d2c4f2a3a..cd4d72cdd8bdc62e7444d12d8b7d985d2a25f2f2 100644 (file)
@@ -11,8 +11,8 @@
 use Friendica\Core\Addon;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
+use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Network;
-use Friendica\Util\Temporal;
 
 function ijpost_install() {
     Addon::registerHook('post_local',           'addon/ijpost/ijpost.php', 'ijpost_post_local');
index de62c9761894469f1396ea433a21c919f6df77fa..8fbc3b11eac78b9b74bec1ad79793682ea167070 100644 (file)
@@ -11,8 +11,8 @@
 use Friendica\Core\Addon;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
+use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Network;
-use Friendica\Util\Temporal;
 
 function ljpost_install() {
     Addon::registerHook('post_local',           'addon/ljpost/ljpost.php', 'ljpost_post_local');
index 8e194f85a0406ec61931a2e2fa1f22b542bbbe54..6a7a08cf91efa48c2af80324f2393392201fb3e8 100644 (file)
@@ -16,9 +16,9 @@ use Friendica\Model\GContact;
 use Friendica\Model\Group;
 use Friendica\Model\Item;
 use Friendica\Model\Queue;
-use Friendica\Util\Network;
 use Friendica\Model\User;
 use Friendica\Util\DateTimeFormat;
+use Friendica\Util\Network;
 
 require 'addon/pumpio/oauth/http.php';
 require 'addon/pumpio/oauth/oauth_client.php';