forked from GNUsocial/gnu-social
Twitter bridge - fixed another bug that kept prefs from saving properly
darcs-hash:20080924052431-7b5ce-589a3f5352f241c5c938ed855601d971e8d69fff.gz
This commit is contained in:
@@ -169,6 +169,8 @@ class TwittersettingsAction extends SettingsAction {
|
|||||||
} else {
|
} else {
|
||||||
$flink->noticesync = 1;
|
$flink->noticesync = 1;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$flink->noticesync = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$flink->friendsync = ($friendsync) ? 2 : 0;
|
$flink->friendsync = ($friendsync) ? 2 : 0;
|
||||||
@@ -242,6 +244,8 @@ class TwittersettingsAction extends SettingsAction {
|
|||||||
} else {
|
} else {
|
||||||
$flink->noticesync = 1;
|
$flink->noticesync = 1;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$flink->noticesync = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$flink->friendsync = ($friendsync) ? 2 : 0;
|
$flink->friendsync = ($friendsync) ? 2 : 0;
|
||||||
|
Reference in New Issue
Block a user