From: Michael Vogel Date: Thu, 24 Apr 2014 09:49:43 +0000 (+0200) Subject: fbpost: Now the settings menu appears at the left, when the fbpost-settings are displ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a604739a33fdd4a884dc2536441e52434cf0228;p=friendica-addons.git fbpost: Now the settings menu appears at the left, when the fbpost-settings are displayed. --- diff --git a/fbpost/fbpost.php b/fbpost/fbpost.php index 3d28a969..62ae73c7 100644 --- a/fbpost/fbpost.php +++ b/fbpost/fbpost.php @@ -189,6 +189,9 @@ function fbpost_content(&$a) { info( t('Facebook Post disabled') . EOL); } + require_once("mod/settings.php"); + settings_init($a); + $o = ''; $fb_installed = false;