aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-07-06 18:17:00 +0200
committerTristan Darricau <github@nicofuma.fr>2014-07-06 18:17:00 +0200
commit4202f8089177472da6e30e7b586f0fcd43963a4c (patch)
treede3518a8d4191d4905cdcbb0a6965105fb3508af
parent0fc5ba0eb4bc5ea3db60d18e84c5b9f6b2906480 (diff)
parent5dd19c726e674cd0e436c1b89f57f41a1873b0ec (diff)
downloadforums-4202f8089177472da6e30e7b586f0fcd43963a4c.tar
forums-4202f8089177472da6e30e7b586f0fcd43963a4c.tar.gz
forums-4202f8089177472da6e30e7b586f0fcd43963a4c.tar.bz2
forums-4202f8089177472da6e30e7b586f0fcd43963a4c.tar.xz
forums-4202f8089177472da6e30e7b586f0fcd43963a4c.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12810] Use correct template vars for shadow pruning settings
-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>