From 3c092993460fc9ad71970f4b5933f81a3666e56e Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 8 Nov 2019 10:56:51 +0100 Subject: Do not throw an exception for base App class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/public/AppFramework/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/public/AppFramework/App.php b/lib/public/AppFramework/App.php index fd91d8d058d..f327e6ca022 100644 --- a/lib/public/AppFramework/App.php +++ b/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, ]); -- cgit v1.2.3