fix notice bug

This commit is contained in:
Brion Vibber 2009-11-20 10:08:13 -08:00 committed by Craig Andrews
parent 09d67d6f80
commit e7663ce38f
1 changed files with 2 additions and 2 deletions

View File

@ -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'),