From: Zach Copley Date: Mon, 14 Dec 2009 05:32:37 +0000 (+0000) Subject: Comment out the LoggingAggregator business X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=655dbcedb327c79c655b928ba36140519e3b6daf;p=quix0rs-gnu-social.git Comment out the LoggingAggregator business --- diff --git a/plugins/RSSCloud/RSSCloudPlugin.php b/plugins/RSSCloud/RSSCloudPlugin.php index 8c0bfa9040..b1af9b59cb 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; }