From: Roland Haeder Date: Fri, 12 Sep 2014 20:40:12 +0000 (+0200) Subject: Fixed syntax error. :-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=140a4a4cdad22aa6e569eaf06dab4be3a124d82b;p=quix0rs-gnu-social.git Fixed syntax error. :-( Signed-off-by: Roland Haeder --- diff --git a/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php b/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php index 380c82d54e..e56999283c 100644 --- a/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php +++ b/plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php @@ -190,7 +190,7 @@ class GroupPrivateMessagePlugin extends Plugin function onEndGroupSaveForm(Action $action) { // The Action class must contain this method - assert(is_callable(array($action 'getGroup'))); + assert(is_callable(array($action, 'getGroup'))); $gps = null; $group = $action->getGroup();