aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ext_purge.html
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-02-09 21:09:29 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-02-09 21:09:29 -0600
commitb398fa2050ab720d9a3ae2b809bb3cdf4f153dc6 (patch)
treecad687b63d5178c0c1724e1b25494c64d53bf006 /phpBB/adm/style/acp_ext_purge.html
parentfc4d5f74c0b82989370e899939d6f31e9a85723d (diff)
downloadforums-b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6.tar
forums-b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6.tar.gz
forums-b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6.tar.bz2
forums-b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6.tar.xz
forums-b398fa2050ab720d9a3ae2b809bb3cdf4f153dc6.zip
[feature/migrations] Catch and display errors from the migrator
PHPBB3-11318
Diffstat (limited to 'phpBB/adm/style/acp_ext_purge.html')
-rw-r--r--phpBB/adm/style/acp_ext_purge.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ext_purge.html b/phpBB/adm/style/acp_ext_purge.html
index 00a58721cb..94bef82ca5 100644
--- a/phpBB/adm/style/acp_ext_purge.html
+++ b/phpBB/adm/style/acp_ext_purge.html
@@ -7,7 +7,13 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
<p>{L_PURGE_EXPLAIN}</p>
- <!-- IF PRE -->
+ <!-- IF MIGRATOR_ERROR -->
+ <div class="errorbox">
+ <p><strong>{L_MIGRATION_EXCEPTION_ERROR}</strong></p>
+ <p>{MIGRATOR_ERROR}</p>
+ <p><a href="{U_RETURN}">{L_RETURN}</a></p>
+ </div>
+ <!-- ELSEIF PRE -->
<div class="errorbox">
<p>{L_PURGE_CONFIRM}</p>
</div>