aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-07-05 22:08:24 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-07-06 18:03:09 +0200
commit18054332e414ffda6eb0ed534b4f44287d890144 (patch)
treed1361b9bb0bafc176726237a823c2c3fa0213e61 /phpBB/adm
parent57567d5611077b65d8478b25e0595ccd0625f65f (diff)
downloadforums-18054332e414ffda6eb0ed534b4f44287d890144.tar
forums-18054332e414ffda6eb0ed534b4f44287d890144.tar.gz
forums-18054332e414ffda6eb0ed534b4f44287d890144.tar.bz2
forums-18054332e414ffda6eb0ed534b4f44287d890144.tar.xz
forums-18054332e414ffda6eb0ed534b4f44287d890144.zip
[ticket/12810] Use correct template vars for shadow pruning settings
PHPBB3-12810
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_forums.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 4243fb8005..af79791ff8 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -285,11 +285,11 @@
</dl>
<dl>
<dt><label for="prune_shadow_freq">{L_AUTO_PRUNE_SHADOW_FREQ}{L_COLON}</label><br /><span>{L_AUTO_PRUNE_SHADOW_FREQ_EXPLAIN}</span></dt>
- <dd><input type="number" id="prune_shadow_freq" name="prune_shadow_freq" value="{PRUNE_FREQ}" maxlength="4" size="4" min="0" max="9999" /> {L_DAYS}</dd>
+ <dd><input type="number" id="prune_shadow_freq" name="prune_shadow_freq" value="{PRUNE_SHADOW_FREQ}" maxlength="4" size="4" min="0" max="9999" /> {L_DAYS}</dd>
</dl>
<dl>
<dt><label for="prune_shadow_days">{L_AUTO_PRUNE_SHADOW_DAYS}{L_COLON}</label><br /><span>{L_AUTO_PRUNE_SHADOW_DAYS_EXPLAIN}</span></dt>
- <dd><input type="number" id="prune_shadow_days" name="prune_shadow_days" value="{PRUNE_DAYS}" maxlength="4" size="4" min="0" max="9999" /> {L_DAYS}</dd>
+ <dd><input type="number" id="prune_shadow_days" name="prune_shadow_days" value="{PRUNE_SHADOW_DAYS}" maxlength="4" size="4" min="0" max="9999" /> {L_DAYS}</dd>
</dl>
</fieldset>
</div>