redirect to outbox after posting

darcs-hash:20080924210459-5ed1f-8fb83a73373b4077a47a7f78b26161adcbe1f977.gz
This commit is contained in:
Evan Prodromou 2008-09-24 17:04:59 -04:00
parent 72b4196db1
commit 362a854cb1
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@ class NewmessageAction extends Action {
$this->notify($user, $other, $message);
$url = common_local_url('showmessage',
array('message' => $message->id));
$url = common_local_url('outbox');
common_redirect($url, 303);
}