summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 09d0e3da8..49732cb88 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -51,8 +51,10 @@ $api->addNavigationEntry(array(
));
+
+\OCP\Backgroundjob::addRegularTask( 'OCA\News\Backgroundjob\Task', 'run');
+
/* TODO: fix this classes and uncomment these lines afterwards
\OC_Search::registerProvider('OCA\News\Search\Provider');
-\OCP\Backgroundjob::addRegularTask( 'OCA\News\Backgroundjob\Task', 'run');
*/