summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/appconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/appconfig.php b/config/appconfig.php
index 55c408c72..55dcd6d1a 100644
--- a/config/appconfig.php
+++ b/config/appconfig.php
@@ -84,7 +84,7 @@ class AppConfig {
$this->registerNavigation();
$this->registerHooks();
// IJob API is fucked up, so silence the code checker
- $class = '\OCP\Backgroundjob';
+ $class = '\OCP\BackgroundJob';
$class::addRegularTask($this->config['cron']['job'], 'run');
App::registerAdmin($this->config['id'], $this->config['admin']);
}