1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/16449] Rename template variable PRE to S_PRE_STEP

PHPBB3-16449
This commit is contained in:
kasimi
2020-04-23 11:00:13 +02:00
parent 976516a559
commit 20f68ef013
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<p>{{ MIGRATOR_ERROR }}</p>
<p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p>
</div>
{% elseif PRE %}
{% elseif S_PRE_STEP %}
<div class="errorbox">
<p>{{ CONFIRM_MESSAGE }}</p>
</div>