]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
put correct content into the group private message update
authorEvan Prodromou <evan@status.net>
Wed, 23 Mar 2011 17:58:36 +0000 (13:58 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 23 Mar 2011 18:31:05 +0000 (14:31 -0400)
plugins/GroupPrivateMessage/Group_message_profile.php

index e0c1e0678584f28d4a840e8c1fe41dbe1d205ce1..c5832a92941e253d63a6df45fd9f28912b890321 100644 (file)
@@ -174,7 +174,7 @@ class Group_message_profile extends Memcached_DataObject
                         $from_profile->getBestName(),
                         $from_profile->nickname,
                         $group->nickname,
-                        $this->content,
+                        $gm->content,
                         common_local_url('newmessage', array('to' => $from_profile->id)),
                         common_config('site', 'name'));