Add an RSSCloud queue handler daemon

This commit is contained in:
Zach Copley
2009-12-08 21:04:26 +00:00
parent d091d06115
commit ff26b8d88b
4 changed files with 88 additions and 1 deletions

View File

@@ -205,5 +205,12 @@ class RSSCloudPlugin extends Plugin
return true;
}
function onGetValidDaemons($daemons)
{
array_push($daemons, INSTALLDIR .
'/plugins/RSSCloud/RSSCloudQueueHandler.php');
return true;
}
}