summaryrefslogtreecommitdiff
path: root/plugins/RSSCloud
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-14 05:32:37 +0000
committerZach Copley <zach@status.net>2010-01-05 23:21:57 -0800
commit655dbcedb327c79c655b928ba36140519e3b6daf (patch)
tree88dd8794cf293a100ac733ca2d9dcb01c59e560e /plugins/RSSCloud
parentaad54af448089868dd1c6bcd35a5b4a301837ae4 (diff)
Comment out the LoggingAggregator business
Diffstat (limited to 'plugins/RSSCloud')
-rw-r--r--plugins/RSSCloud/RSSCloudPlugin.php5
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;
}