]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
was notifying user name not object
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 23 Sep 2008 08:02:46 +0000 (04:02 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 23 Sep 2008 08:02:46 +0000 (04:02 -0400)
darcs-hash:20080923080246-5ed1f-a14a101fe2c8cb436ba278dc1b1af9ca3a02f634.gz

actions/newmessage.php

index e223ed8ff74e0ad6a30836199151a875aa56d7ac..f6c4e31acc813aa4bd6ac77b8d29b7343f6e4846 100644 (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));