better redirect to outbox
darcs-hash:20080924210757-5ed1f-beca326b5c38b086f5ab195b7478c944881ca469.gz
This commit is contained in:
parent
362a854cb1
commit
cb265a2d8d
|
@ -81,7 +81,7 @@ class NewmessageAction extends Action {
|
||||||
|
|
||||||
$this->notify($user, $other, $message);
|
$this->notify($user, $other, $message);
|
||||||
|
|
||||||
$url = common_local_url('outbox');
|
$url = common_local_url('outbox', array('nickname' => $user->nickname));
|
||||||
|
|
||||||
common_redirect($url, 303);
|
common_redirect($url, 303);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user