]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed ;-)
authorRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:21:25 +0000 (22:21 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:20:25 +0000 (00:20 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php

index 27d4d4363c712e11c01a740b2cae037e4c50dc80..df8cf24e129b8ba0e0c91f2c41850d333577c48d 100644 (file)
@@ -195,6 +195,7 @@ class GroupPrivateMessagePlugin extends Plugin
         assert(is_callable(array($action, 'getGroup')));
 
         $gps = null;
+        $group = $action->getGroup();
 
         if ($action->getGroup() instanceof User_group) {
             $gps = Group_privacy_settings::getKV('group_id', $action->getGroup()->id);