summaryrefslogtreecommitdiff
path: root/plugins/RSSCloud/RSSCloudNotifier.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-12-08 21:04:26 +0000
committerZach Copley <zach@status.net>2010-01-05 23:19:13 -0800
commitff26b8d88b9e3d185afa83fd2b08c0d67cd4f78d (patch)
tree65e335970efa0657c3f4b68a8084652f00694eb3 /plugins/RSSCloud/RSSCloudNotifier.php
parentd091d061151749feddd3751f953f9bec48e382f2 (diff)
Add an RSSCloud queue handler daemon
Diffstat (limited to 'plugins/RSSCloud/RSSCloudNotifier.php')
-rw-r--r--plugins/RSSCloud/RSSCloudNotifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/RSSCloud/RSSCloudNotifier.php b/plugins/RSSCloud/RSSCloudNotifier.php
index 67bd000f0..909cf5c9f 100644
--- a/plugins/RSSCloud/RSSCloudNotifier.php
+++ b/plugins/RSSCloud/RSSCloudNotifier.php
@@ -127,6 +127,8 @@ class RSSCloudNotifier {
}
}
}
+
+ return true;
}
function handleFailure($cloudSub)