Twitter bridge - fixed another bug that kept prefs from saving properly

darcs-hash:20080924052431-7b5ce-589a3f5352f241c5c938ed855601d971e8d69fff.gz
This commit is contained in:
Zach Copley 2008-09-24 01:24:31 -04:00
parent 06859cc14e
commit e8b6e394dc
1 changed files with 4 additions and 0 deletions

View 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;