]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed syntax error. :-(
authorRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:40:12 +0000 (22:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:40:12 +0000 (22:40 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php

index 380c82d54e9f8d6622e005fec8d2614af2585cb0..e56999283c89bb9df03b3d8ce98c18f6172684c3 100644 (file)
@@ -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();