forked from friendica/friendica-addons
fbpost: Now the settings menu appears at the left, when the fbpost-settings are displayed.
This commit is contained in:
parent
e97a64a735
commit
8a604739a3
|
@ -189,6 +189,9 @@ function fbpost_content(&$a) {
|
||||||
info( t('Facebook Post disabled') . EOL);
|
info( t('Facebook Post disabled') . EOL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require_once("mod/settings.php");
|
||||||
|
settings_init($a);
|
||||||
|
|
||||||
$o = '';
|
$o = '';
|
||||||
|
|
||||||
$fb_installed = false;
|
$fb_installed = false;
|
||||||
|
|
Loading…
Reference in a new issue