From: Matthias Schmidt Date: Sun, 28 Apr 2019 12:44:45 +0000 (+0200) Subject: Show exception extra information on exception log view page (#2909) X-Git-Tag: 5.2.0_Alpha_1~111 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b712fb49378ee46ebb1046a5b056e4de58f5fd26;p=GitHub%2FWoltLab%2FWCF.git Show exception extra information on exception log view page (#2909) Close #2472 --- diff --git a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl index fbd26c71fc..a52593dea8 100644 --- a/wcfsetup/install/files/acp/templates/exceptionLogView.tpl +++ b/wcfsetup/install/files/acp/templates/exceptionLogView.tpl @@ -111,6 +111,14 @@
{lang}wcf.acp.exceptionLog.exception.file{/lang}
{$chain[file]} ({$chain[line]})
+ {if !$chain[information]|empty} + {foreach from=$chain[information] item=extraInformation} +
+
{$extraInformation[0]}
+
{$extraInformation[1]}
+
+ {/foreach} + {/if}
{lang}wcf.acp.exceptionLog.exception.stacktrace{/lang}