Try to supress pre-upgrade backgroundjob error

remotes/origin/stable6
Robin Appelman 12 years ago
parent 07f510692c
commit 40de36a8f3
  1. 2
      lib/base.php

@ -562,7 +562,7 @@ class OC {
public static function registerCacheHooks() {
// register cache cleanup jobs
try { //if this is executed before the upgrade to the new backgroundjob system is completed it will throw an exception
\OCP\BackgroundJob::registerJob('OC_Cache_FileGlobalGC');
@\OCP\BackgroundJob::registerJob('OC_Cache_FileGlobalGC');
} catch (Exception $e) {
}

Loading…
Cancel
Save