]> 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:37 +0000 (22:40 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php

index e48aebafaac95711a2249d09d89efa245d6074aa..3106359b73525c233bde1fc69422f28b1126be7d 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;