;_;
This commit is contained in:
parent
f4e8ad0670
commit
7dc6feae22
1 changed files with 3 additions and 0 deletions
|
@ -723,6 +723,9 @@ class Users
|
|||
// Get the specified user
|
||||
$user = new User($uid);
|
||||
|
||||
// Define $current
|
||||
$current = [];
|
||||
|
||||
// Go over all the new ranks
|
||||
foreach ($ranks as $rank) {
|
||||
// Check if the user already has this rank and set it if not
|
||||
|
|
Reference in a new issue