]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Twitter bridge - fixed another bug that kept prefs from saving properly
authorZach Copley <zach@controlyourself.ca>
Wed, 24 Sep 2008 05:24:31 +0000 (01:24 -0400)
committerZach Copley <zach@controlyourself.ca>
Wed, 24 Sep 2008 05:24:31 +0000 (01:24 -0400)
darcs-hash:20080924052431-7b5ce-589a3f5352f241c5c938ed855601d971e8d69fff.gz

actions/twittersettings.php

index a7c70c287662514a4dfa7a85a97da8a9bc4b535c..d8eb7aba0873e3a4483d2926106fdf0634ea6292 100644 (file)
@@ -169,6 +169,8 @@ class TwittersettingsAction extends SettingsAction {
                        } else {
                                $flink->noticesync = 1;
                        }
+               } else {
+                       $flink->noticesync = 0;
                }
 
                $flink->friendsync = ($friendsync) ? 2 : 0;
@@ -242,6 +244,8 @@ class TwittersettingsAction extends SettingsAction {
                        } else {
                                $flink->noticesync = 1;
                        }
+               } else {
+                       $flink->noticesync = 0;
                }
 
                $flink->friendsync = ($friendsync) ? 2 : 0;