Skip to content

Commit 1633288

Browse files
committed
[ticket/17034] Fix min posts rank validation
PHPBB-17034
1 parent 081f239 commit 1633288

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)