Do not throw an exception for base App class
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9e6494304a
commit
3c09299346
|
@ -95,7 +95,7 @@ class App {
|
|||
}
|
||||
}
|
||||
|
||||
if (!$setUpViaQuery) {
|
||||
if (!$setUpViaQuery && $applicationClassName !== \OCP\AppFramework\App::class) {
|
||||
\OC::$server->getLogger()->logException($e, [
|
||||
'app' => $appName,
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue