]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Comment out the LoggingAggregator business
authorZach Copley <zach@status.net>
Mon, 14 Dec 2009 05:32:37 +0000 (05:32 +0000)
committerZach Copley <zach@status.net>
Wed, 6 Jan 2010 07:21:57 +0000 (23:21 -0800)
plugins/RSSCloud/RSSCloudPlugin.php

index 8c0bfa904017e3971a3ad86f360c7b0baf6f28dd..b1af9b59cbe8514fc79131395684ee45d200f8e1 100644 (file)
@@ -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;
     }