"use" was missing

This commit is contained in:
Michael 2018-01-28 14:01:09 +00:00
parent f96a41a411
commit 25f9eec89c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use Friendica\Content\Text\BBCode;
use Friendica\Core\Addon;
use Friendica\Core\L10n;
use Friendica\Core\PConfig;
use Friendica\Util\Network;
function wppost_install() {
Addon::registerHook('post_local', 'addon/wppost/wppost.php', 'wppost_post_local');