X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FTagSub%2FTagSubPlugin.php;h=ed65665ecc6c3f7dc0d6b4fbc6fd660c9dc763e4;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=f43f5fc8e46c7c120d6deed3a2107e1663040b26;hpb=825a3b986f6d7c940838d639e6e8d14ae108ea3b;p=quix0rs-gnu-social.git diff --git a/plugins/TagSub/TagSubPlugin.php b/plugins/TagSub/TagSubPlugin.php index f43f5fc8e4..ed65665ecc 100644 --- a/plugins/TagSub/TagSubPlugin.php +++ b/plugins/TagSub/TagSubPlugin.php @@ -63,11 +63,11 @@ class TagSubPlugin 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; true means continue processing, false means stop. */ - function onRouterInitialized($m) + public function onRouterInitialized(URLMapper $m) { $m->connect('tag/:tag/subscribe', array('action' => 'tagsub'),