]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): allow any throwable in logException 42014/head
authorVarun Patil <varunpatil@ucla.edu>
Sun, 3 Dec 2023 04:52:45 +0000 (20:52 -0800)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 4 Dec 2023 16:26:37 +0000 (16:26 +0000)
commita7586ccf47a579988d20cb8338b254bbac418d5c
tree73e0dd8117203ca4c42cb3e2c7da741fe9005ca3
parent9ab80200357e85b204ca29a3bac66ed4419357e5
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