bad class bug
This commit is contained in:
@@ -9,7 +9,7 @@ include_once 'functions.php';
|
||||
if (!$user['klan']) {
|
||||
die(err('Вы не состоите в клане!'));
|
||||
}
|
||||
$klan = db::c()->query('SELECT * FROM `clans` WHERE `id` = ?i', $u->i()['klan'])->fetch_assoc();
|
||||
$klan = db::c()->query('SELECT * FROM `clans` WHERE `id` = ?i', $user['klan'])->fetch_assoc();
|
||||
$polno = [];
|
||||
$polno = unserialize($klan['vozm']);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user