From 9695138ba11e428b62a95d93f9d14ad8c7b3991f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 31 Jul 2018 03:20:29 +0200 Subject: [PATCH] [global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils --- buffer/buffer.php | 2 +- curweather/curweather.php | 2 +- impressum/impressum.php | 2 +- mastodoncustomemojis/mastodoncustomemojis.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buffer/buffer.php b/buffer/buffer.php index 69b313ed..c7f3cd35 100644 --- a/buffer/buffer.php +++ b/buffer/buffer.php @@ -15,7 +15,7 @@ use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Database\DBA; use Friendica\Model\ItemContent; -use Friendica\Util\ProxyUtils; +use Friendica\Util\Proxy as ProxyUtils; function buffer_install() { diff --git a/curweather/curweather.php b/curweather/curweather.php index c3abba16..044f5a15 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -18,7 +18,7 @@ use Friendica\Core\Config; use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Util\Network; -use Friendica\Util\ProxyUtils; +use Friendica\Util\Proxy as ProxyUtils; function curweather_install() { diff --git a/impressum/impressum.php b/impressum/impressum.php index 8177c080..b7cf64e4 100644 --- a/impressum/impressum.php +++ b/impressum/impressum.php @@ -11,7 +11,7 @@ use Friendica\Content\Text\BBCode; use Friendica\Core\Addon; use Friendica\Core\Config; use Friendica\Core\L10n; -use Friendica\Util\ProxyUtils; +use Friendica\Util\Proxy as ProxyUtils; function impressum_install() { Addon::registerHook('load_config', 'addon/impressum/impressum.php', 'impressum_load_config'); diff --git a/mastodoncustomemojis/mastodoncustomemojis.php b/mastodoncustomemojis/mastodoncustomemojis.php index b9214d8e..2502344a 100644 --- a/mastodoncustomemojis/mastodoncustomemojis.php +++ b/mastodoncustomemojis/mastodoncustomemojis.php @@ -15,7 +15,7 @@ use Friendica\Core\Cache; use Friendica\Core\Config; use Friendica\Core\Protocol; use Friendica\Util\Network; -use Friendica\Util\ProxyUtils; +use Friendica\Util\Proxy as ProxyUtils; function mastodoncustomemojis_install() {