Comment out the LoggingAggregator business
This commit is contained in:
parent
aad54af448
commit
655dbcedb3
|
@ -105,8 +105,9 @@ class RSSCloudPlugin extends Plugin
|
||||||
{
|
{
|
||||||
$m->connect('/main/rsscloud/request_notify', array('action' => 'RSSCloudRequestNotify'));
|
$m->connect('/main/rsscloud/request_notify', array('action' => 'RSSCloudRequestNotify'));
|
||||||
|
|
||||||
// XXX: This is just for end-to-end testing
|
// XXX: This is just for end-to-end testing. Uncomment if you need to pretend
|
||||||
$m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator'));
|
// to be a cloud hub for some reason.
|
||||||
|
// $m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator'));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user