]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): allow any throwable in logException 41985/head
authorVarun Patil <varunpatil@ucla.edu>
Sun, 3 Dec 2023 04:52:45 +0000 (20:52 -0800)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 4 Dec 2023 09:46:51 +0000 (10:46 +0100)
commita20556193ca9cad8ea2817f0e5f1c1b15df02011
tree2e3bfe70b8a124e5cc4bcac4c2cc0604368893b7
parent1066f7e6e232bb1abc5f1e013fcf3da23d301fbf
fix(files): allow any throwable in logException

If a TypeError is passed here, it in turn causes a TypeError which
kills the rendering of the error page.

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
apps/dav/lib/Files/BrowserErrorPagePlugin.php