Fixed bug in which you cannot turn off importing friends timelines flag
This commit is contained in:
parent
6adc50b97f
commit
78f367b239
|
@ -165,7 +165,7 @@ class TwittersettingsAction extends ConnectSettingsAction
|
||||||
($flink->noticesync & FOREIGN_NOTICE_RECV) :
|
($flink->noticesync & FOREIGN_NOTICE_RECV) :
|
||||||
false);
|
false);
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
|
} else {
|
||||||
// preserve setting even if bidrection bridge toggled off
|
// preserve setting even if bidrection bridge toggled off
|
||||||
|
|
||||||
if ($flink && ($flink->noticesync & FOREIGN_NOTICE_RECV)) {
|
if ($flink && ($flink->noticesync & FOREIGN_NOTICE_RECV)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user