summaryrefslogtreecommitdiff
path: root/actions/twittersettings.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-10 20:27:53 -0800
committerZach Copley <zach@controlyourself.ca>2009-01-10 20:27:53 -0800
commita7cd01aadd8b78a7d9e9d5455517de4655be4ed2 (patch)
tree0852f9d47e3a8fa0d99abf3c49629bb13f7e2300 /actions/twittersettings.php
parentb98d8b250073d0da0b724486a3ff083870331448 (diff)
Twitter settings: show success color for msg on save settings
Diffstat (limited to 'actions/twittersettings.php')
-rw-r--r--actions/twittersettings.php2
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)