1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 14:16:28 +02:00

[ticket/14306] Improves Error display

PHPBB3-14306
This commit is contained in:
Tristan Darricau
2016-01-09 18:03:21 +01:00
parent 6594ef8b1e
commit 1e0340b0cf
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ function popup(url, width, height, name)
<div class="main">
{% if CONTAINER_EXCEPTION !== false %}
<div class="errorbox">
<p>{{ lang('CONTAINER_EXCEPTION') }}</p>
<p>{{ lang('CONTAINER_EXCEPTION') }}</p><br />
<p>{{ lang('EXCEPTION') }}{{ lang('COLON') }} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
</div>