1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/14306] Update the error message

PHPBB3-14306
This commit is contained in:
Tristan Darricau
2015-12-15 20:18:55 +01:00
parent 761fa9da52
commit 7f8b6c02c6
3 changed files with 6 additions and 3 deletions

View File

@@ -149,8 +149,7 @@ function popup(url, width, height, name)
<!-- IF CONTAINER_EXCEPTION !== false -->
<div class="errorbox">
<p>{L_CONTAINER_EXCEPTION}</p>
<p>{L_CONTAINER_EXCEPTION_DETAIL}</p>
<p>Exception message: {{ CONTAINER_EXCEPTION.getMessage() }}</p>
<p>{L_EXCEPTION}{L_COLON} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
</div>
<!-- ENDIF -->