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=3d031951f9c5c7ea6e3bbfde99779142881ce001;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 06924bb02e..13c46590c3 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;