Fix: subscribing to the old followers hadn't worked

This commit is contained in:
Michael 2018-03-14 00:27:15 +00:00
commit 858fd127a1
5 changed files with 13 additions and 6 deletions

View file

@ -207,8 +207,7 @@ function settings_post(App $a)
return;
}
if (($a->argc > 1) && ($a->argv[1] == 'connectors'))
{
if (($a->argc > 1) && ($a->argv[1] == 'connectors')) {
check_form_security_token_redirectOnErr('/settings/connectors', 'settings_connectors');
if (x($_POST, 'general-submit')) {