Cleaning up FavorAction

This commit is contained in:
Mikael Nordfeldth 2014-05-05 22:49:34 +02:00
parent 805958cc23
commit 7028c16d1c
1 changed files with 1 additions and 10 deletions

View File

@ -46,16 +46,7 @@ require_once INSTALLDIR.'/lib/mail.php';
*/
class FavorAction extends FormAction
{
// We overload this because success should redirect
public function showForm($msg=null, $success=false)
{
if ($success) {
common_redirect(common_local_url('showfavorites',
array('nickname' => $user->nickname)), 303);
}
parent::showForm($msg, $success);
}
protected $needPost = true;
protected function handlePost()
{