diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php index f94a153b2c5..92c6ca3b932 100644 --- a/index.php +++ b/index.php @@ -32,12 +32,10 @@ require_once __DIR__ . '/lib/versioncheck.php'; try { - require_once __DIR__ . '/lib/base.php'; OC::handleRequest(); - -} catch(\OC\ServiceUnavailableException $ex) { +} catch (\OC\ServiceUnavailableException $ex) { \OC::$server->getLogger()->logException($ex, ['app' => 'index']); //show the user a detailed error page |