fix reference error in RSSCloud plugin
This commit is contained in:
parent
1d94b08efc
commit
e28214bfe9
|
@ -100,12 +100,12 @@ class RSSCloudPlugin extends Plugin
|
|||
*
|
||||
* Hook for RouterInitialized event.
|
||||
*
|
||||
* @param Mapper &$m URL parser and mapper
|
||||
* @param Mapper $m URL parser and mapper
|
||||
*
|
||||
* @return boolean hook return
|
||||
*/
|
||||
|
||||
function onRouterInitialized(&$m)
|
||||
function onRouterInitialized($m)
|
||||
{
|
||||
$m->connect('/main/rsscloud/request_notify',
|
||||
array('action' => 'RSSCloudRequestNotify'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user