diff --git a/dwpost/dwpost.php b/dwpost/dwpost.php index 6a9cfe52..d9d06675 100644 --- a/dwpost/dwpost.php +++ b/dwpost/dwpost.php @@ -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'); diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php index ffafa5ee..cd4d72cd 100644 --- a/ijpost/ijpost.php +++ b/ijpost/ijpost.php @@ -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'); diff --git a/ljpost/ljpost.php b/ljpost/ljpost.php index de62c976..8fbc3b11 100644 --- a/ljpost/ljpost.php +++ b/ljpost/ljpost.php @@ -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'); diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 8e194f85..6a7a08cf 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -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';