diff options
author | Zach Copley <zach@status.net> | 2009-12-14 05:32:37 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-05 23:21:57 -0800 |
commit | 655dbcedb327c79c655b928ba36140519e3b6daf (patch) | |
tree | 88dd8794cf293a100ac733ca2d9dcb01c59e560e /plugins/RSSCloud | |
parent | aad54af448089868dd1c6bcd35a5b4a301837ae4 (diff) |
Comment out the LoggingAggregator business
Diffstat (limited to 'plugins/RSSCloud')
-rw-r--r-- | plugins/RSSCloud/RSSCloudPlugin.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/RSSCloud/RSSCloudPlugin.php b/plugins/RSSCloud/RSSCloudPlugin.php index 8c0bfa904..b1af9b59c 100644 --- a/plugins/RSSCloud/RSSCloudPlugin.php +++ b/plugins/RSSCloud/RSSCloudPlugin.php @@ -105,8 +105,9 @@ class RSSCloudPlugin extends Plugin { $m->connect('/main/rsscloud/request_notify', array('action' => 'RSSCloudRequestNotify')); - // XXX: This is just for end-to-end testing - $m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator')); + // XXX: This is just for end-to-end testing. Uncomment if you need to pretend + // to be a cloud hub for some reason. + // $m->connect('/main/rsscloud/notify', array('action' => 'LoggingAggregator')); return true; } |