Browse Source
Do not throw an exception for base App class
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/17859/head
Julius Härtl
6 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
lib/public/AppFramework/App.php
|
|
|
@ -95,7 +95,7 @@ class App { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (!$setUpViaQuery) { |
|
|
|
if (!$setUpViaQuery && $applicationClassName !== \OCP\AppFramework\App::class) { |
|
|
|
\OC::$server->getLogger()->logException($e, [ |
|
|
|
'app' => $appName, |
|
|
|
]); |
|
|
|
|