X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ijpost%2Fijpost.php;h=1ba936a22cbc90d90578351e753d933612c0be1e;hb=905823ea63bee55129a8d2337ca5a812b09eeda9;hp=020dd22193b9a7bca76d320694a3710305bd4221;hpb=c03588f0b4e56ddaafa57cd2d943826bff57088e;p=friendica-addons.git diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php index 020dd221..1ba936a2 100644 --- a/ijpost/ijpost.php +++ b/ijpost/ijpost.php @@ -13,6 +13,7 @@ use Friendica\Core\Hook; use Friendica\Core\L10n; use Friendica\Core\Logger; use Friendica\Core\PConfig; +use Friendica\DI; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\XML; @@ -61,7 +62,7 @@ function ijpost_settings(&$a, &$s) /* Add our stylesheet to the page so we can make our settings look nice */ - $a->page['htmlhead'] .= '' . "\r\n"; + $a->page['htmlhead'] .= '' . "\r\n"; /* Get the current state of our config variables */