summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/app.json b/appinfo/app.json
index 33e54d8a2..9a44435ef 100644
--- a/appinfo/app.json
+++ b/appinfo/app.json
@@ -28,7 +28,7 @@
"documentation": {
"developer": "https://github.com/owncloud/news/wiki"
},
- "jobs": ["OCA\\News\\BackgroundJob\\Task"],
+ "jobs": ["OCA\\News\\Cron\\Updater"],
"hooks": {
"OC_User::pre_deleteUser": "OCA\\News\\Hooks\\User::deleteUser"
},