Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Fix registering background job #999

Merged
merged 1 commit into from
May 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/appconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function registerAll() {
$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']);
}
Expand Down