Fixed syntax error. :-(
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
db704b5d10
commit
3d031951f9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user