Skip to content

Commit b59bfad

Browse files
authored
Merge pull request phpbb#6840 from battye/ticket/17034
[ticket/17034] Fix minimum posts rank validation
2 parents f6269dd + 1633288 commit b59bfad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpBB/adm/style/acp_ranks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>{L_ACP_MANAGE_RANKS}</h1>
4444
<div id="posts"<!-- IF S_SPECIAL_RANK --> style="display: none;"<!-- ENDIF -->>
4545
<dl>
4646
<dt><label for="min_posts">{L_RANK_MINIMUM}{L_COLON}</label></dt>
47-
<dd><input name="min_posts" type="number" id="min_posts" min="0" max="9999999999" value="{MIN_POSTS}" /></dd>
47+
<dd><input name="min_posts" type="number" id="min_posts" min="0" max="16777215" value="{MIN_POSTS}" /></dd>
4848
</dl>
4949
</div>
5050

0 commit comments

Comments
 (0)