was notifying user name not object
darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz
This commit is contained in:
parent
80cd381ab0
commit
394a37fc0a
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user