]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed type-hint to correct object URLMapper as the other does not exist.
authorRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:27:06 +0000 (22:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 12 Sep 2014 20:27:51 +0000 (22:27 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
plugins/GroupPrivateMessage/GroupPrivateMessagePlugin.php

index 036772d21d09a22ac377ceff9f1e01db6111e402..d78ef79704f8b2347f02f809ea268f04a9220acc 100644 (file)
@@ -70,11 +70,11 @@ class GroupPrivateMessagePlugin extends Plugin
     /**
      * Map URLs to actions
      *
-     * @param Net_URL_Mapper $m path-to-action mapper
+     * @param URLMapper $m path-to-action mapper
      *
      * @return boolean hook value
      */
-    function onRouterInitialized($m)
+    function onRouterInitialized(URLMapper $m)
     {
         $m->connect('group/:nickname/inbox',
                     array('action' => 'groupinbox'),