Fixed bug in which you cannot turn off importing friends timelines flag

This commit is contained in:
Zach Copley 2009-09-02 00:24:30 +00:00
parent 5668959399
commit 8b040eba40
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class TwittersettingsAction extends ConnectSettingsAction
($flink->noticesync & FOREIGN_NOTICE_RECV) :
false);
$this->elementEnd('li');
} else {
// preserve setting even if bidrection bridge toggled off
if ($flink && ($flink->noticesync & FOREIGN_NOTICE_RECV)) {