summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach <zach@plantard.controlezvous.ca>2009-01-11 04:38:51 +0000
committerZach <zach@plantard.controlezvous.ca>2009-01-11 04:38:51 +0000
commitf0436655c8644844b3f37d722a120df3b0727575 (patch)
treea39ca5950655aabde855d794aa1e322baeb26306 /actions
parent2d6d2ee8e2c8b85901ac26535f32d9988222f7ba (diff)
parenta7cd01aadd8b78a7d9e9d5455517de4655be4ed2 (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions')
-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)