diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-09-23 04:02:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-09-23 04:02:46 -0400 |
commit | 394a37fc0a4cfd6212d9a2fdce1f0659dffc87c7 (patch) | |
tree | f62848d4958d0d3cf3b6393677db9bdf57af4e13 /actions | |
parent | 80cd381ab0a0d62477459bbebde1a0ad4f71823a (diff) |
was notifying user name not object
darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/newmessage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php index e223ed8ff..f6c4e31ac 100644 --- a/actions/newmessage.php +++ b/actions/newmessage.php @@ -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)); |