was notifying user name not object

darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz
This commit is contained in:
Evan Prodromou 2008-09-23 04:02:46 -04:00
parent 80cd381ab0
commit 394a37fc0a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class NewmessageAction extends Action {
return;
}
$this->notify($user, $to, $message);
$this->notify($user, $other, $message);
$url = common_local_url('showmessage',
array('message' => $message->id));