Twitter settings: show success color for msg on save settings

This commit is contained in:
Zach Copley 2009-01-10 20:27:53 -08:00
parent b98d8b2500
commit a7cd01aadd
1 changed files with 1 additions and 1 deletions

View File

@ -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)