diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-10 20:27:53 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-10 20:27:53 -0800 |
commit | a7cd01aadd8b78a7d9e9d5455517de4655be4ed2 (patch) | |
tree | 0852f9d47e3a8fa0d99abf3c49629bb13f7e2300 | |
parent | b98d8b250073d0da0b724486a3ff083870331448 (diff) |
Twitter settings: show success color for msg on save settings
-rw-r--r-- | actions/twittersettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twittersettings.php b/actions/twittersettings.php index d66427339..9e7e4cae8 100644 --- a/actions/twittersettings.php +++ b/actions/twittersettings.php @@ -336,7 +336,7 @@ class TwittersettingsAction extends SettingsAction save_twitter_friends($user, $flink->foreign_id, $screen_name, $password); } - $this->show_form(_('Twitter preferences saved.')); + $this->show_form(_('Twitter preferences saved.'), true); } function verify_credentials($screen_name, $password) |