From b712fb49378ee46ebb1046a5b056e4de58f5fd26 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 28 Apr 2019 14:44:45 +0200 Subject: [PATCH] Show exception extra information on exception log view page (#2909) Close #2472 --- wcfsetup/install/files/acp/templates/exceptionLogView.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) 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}
-- 2.20.1