mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 15:23:39 +00:00
Merge pull request #507 from annando/missing-network
"use Friendica\Util\Network" had been missing
This commit is contained in:
commit
cf9cc2baaf
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use Friendica\Content\Text\BBCode;
|
||||||
use Friendica\Core\Addon;
|
use Friendica\Core\Addon;
|
||||||
use Friendica\Core\L10n;
|
use Friendica\Core\L10n;
|
||||||
use Friendica\Core\PConfig;
|
use Friendica\Core\PConfig;
|
||||||
|
use Friendica\Util\Network;
|
||||||
|
|
||||||
function wppost_install() {
|
function wppost_install() {
|
||||||
Addon::registerHook('post_local', 'addon/wppost/wppost.php', 'wppost_post_local');
|
Addon::registerHook('post_local', 'addon/wppost/wppost.php', 'wppost_post_local');
|
||||||
|
|
Loading…
Reference in a new issue