mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-30 11:19: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'];
|
$characters[] = $value['name'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$char_count = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($_GET['name'])) {
|
if (empty($_GET['name'])) {
|
||||||
@ -144,9 +146,9 @@ if (user_logged_in() === true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// calculate visitor access
|
// calculate visitor access
|
||||||
|
$highest_access = 0;
|
||||||
if (user_logged_in() === true) {
|
if (user_logged_in() === true) {
|
||||||
// Get visitor access in this guild
|
// Get visitor access in this guild
|
||||||
$highest_access = 0;
|
|
||||||
|
|
||||||
foreach ($players as $player) {
|
foreach ($players as $player) {
|
||||||
$rid = $player['rank_id'];
|
$rid = $player['rank_id'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user