mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Min ranks
git-svn-id: file:///svn/phpbb/trunk@6234 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
957a3bcda1
commit
a4f35f045e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class acp_ranks
|
|||
|
||||
$rank_title = request_var('title', '', true);
|
||||
$special_rank = request_var('special_rank', 0);
|
||||
$min_posts = ($special_rank) ? -1 : request_var('min_posts', 0);
|
||||
$min_posts = ($special_rank) ? 0 : request_var('min_posts', 0);
|
||||
$rank_image = request_var('rank_image', '');
|
||||
|
||||
// The rank image has to be a jpg, gif or png
|
||||
|
|
Loading…
Add table
Reference in a new issue