]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php
Fixed syntax error. :-(
[quix0rs-gnu-social.git] / 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;