From e52c231c1478bbbbce1140d9e6c4a0193f011628 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 12 Sep 2014 22:21:25 +0200 Subject: [PATCH] Fixed ;-) Signed-off-by: Roland Haeder --- plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php b/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php index 27d4d4363c..df8cf24e12 100644 --- a/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php +++ b/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php @@ -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); -- 2.39.5