1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +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

@@ -7,7 +7,7 @@
<p>{{ lang('EXTENSIONS_EXPLAIN') }}</p>
<p>{{ lang('EXTENSION_DISABLE_EXPLAIN') }}</p>
{% if PRE %}
{% if S_PRE_STEP %}
<fieldset>
<h2>{{ lang('CONFIRM') }}</h2>
<p>{{ CONFIRM_MESSAGE }}</p>