]> 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)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 25 Oct 2014 12:26:22 +0000 (14:26 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php

index 06924bb02ea8cfb7358d14a49b5c7bb5fa423c98..13c46590c35035c73967698b8a58f6e55f70e66e 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;