Do not throw an exception for base App class

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-11-08 10:56:51 +01:00
parent 9e6494304a
commit 3c09299346
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class App {
}
}
if (!$setUpViaQuery) {
if (!$setUpViaQuery && $applicationClassName !== \OCP\AppFramework\App::class) {
\OC::$server->getLogger()->logException($e, [
'app' => $appName,
]);