mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 03:09:22 +02:00
Fix #73
This commit is contained in:
parent
708bdd0c66
commit
9be2d69ec6
@ -14,6 +14,8 @@ if (user_logged_in() === true) {
|
||||
$characters[] = $value['name'];
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$char_count = 0;
|
||||
}
|
||||
|
||||
if (empty($_GET['name'])) {
|
||||
@ -144,9 +146,9 @@ if (user_logged_in() === true) {
|
||||
}
|
||||
|
||||
// calculate visitor access
|
||||
$highest_access = 0;
|
||||
if (user_logged_in() === true) {
|
||||
// Get visitor access in this guild
|
||||
$highest_access = 0;
|
||||
|
||||
foreach ($players as $player) {
|
||||
$rid = $player['rank_id'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user