diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-20 10:08:13 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-20 10:08:13 -0800 |
commit | 46c5a5281086106370bde6405d48c200c8eb299b (patch) | |
tree | c6404b2444efd82744b3ee71d6b151d345ff783d /plugins | |
parent | b189c9500c3ea5362edfcbf818c2f847b4892da5 (diff) |
fix notice bug
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Mapstraction/MapstractionPlugin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Mapstraction/MapstractionPlugin.php b/plugins/Mapstraction/MapstractionPlugin.php index eabd0d0f0..d31106864 100644 --- a/plugins/Mapstraction/MapstractionPlugin.php +++ b/plugins/Mapstraction/MapstractionPlugin.php @@ -58,12 +58,12 @@ class MapstractionPlugin extends Plugin * * The way to register new actions from a plugin. * - * @param Router &$m reference to router + * @param Router $m reference to router * * @return boolean event handler return */ - function onRouterInitialized(&$m) + function onRouterInitialized($m) { $m->connect(':nickname/all/map', array('action' => 'allmap'), |