diff options
author | Zach <zach@plantard.controlezvous.ca> | 2009-01-11 04:38:51 +0000 |
---|---|---|
committer | Zach <zach@plantard.controlezvous.ca> | 2009-01-11 04:38:51 +0000 |
commit | f0436655c8644844b3f37d722a120df3b0727575 (patch) | |
tree | a39ca5950655aabde855d794aa1e322baeb26306 | |
parent | 2d6d2ee8e2c8b85901ac26535f32d9988222f7ba (diff) | |
parent | a7cd01aadd8b78a7d9e9d5455517de4655be4ed2 (diff) |
Merge branch 'master' of /var/www/trunk
-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) |