From 394a37fc0a4cfd6212d9a2fdce1f0659dffc87c7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 23 Sep 2008 04:02:46 -0400 Subject: was notifying user name not object darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz --- actions/newmessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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)); -- cgit v1.2.3-54-g00ecf