summaryrefslogtreecommitdiff
path: root/actions/newmessage.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-09-23 04:02:46 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-09-23 04:02:46 -0400
commit394a37fc0a4cfd6212d9a2fdce1f0659dffc87c7 (patch)
treef62848d4958d0d3cf3b6393677db9bdf57af4e13 /actions/newmessage.php
parent80cd381ab0a0d62477459bbebde1a0ad4f71823a (diff)
was notifying user name not object
darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r--actions/newmessage.php2
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));