]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed bug in which you cannot turn off importing friends timelines flag
authorZach Copley <zach@controlyourself.ca>
Wed, 2 Sep 2009 00:24:30 +0000 (00:24 +0000)
committerZach Copley <zach@controlyourself.ca>
Wed, 2 Sep 2009 00:24:30 +0000 (00:24 +0000)
actions/twittersettings.php

index 563d867a49be7dd6b3357f12b93308acdb09e1a0..89169941eb4424cbdc7a960e8f0d4df982e81421 100644 (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)) {