]> git.mxchange.org Git - friendica-addons.git/commitdiff
fbpost: Now the settings menu appears at the left, when the fbpost-settings are displ...
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 09:49:43 +0000 (11:49 +0200)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Apr 2014 09:49:43 +0000 (11:49 +0200)
fbpost/fbpost.php

index 3d28a9693a17def021bf663df1c3804e3a7e16e2..62ae73c73e67729e9724494e180ee001b04fa043 100644 (file)
@@ -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;