mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Fix column selection issue
This commit is contained in:
parent
1eba03cc29
commit
835152be95
@ -142,7 +142,7 @@ class Page {
|
||||
$selection .= ",CAST(warned AS UNSIGNED) AS warned";
|
||||
}
|
||||
if ($table !== $this->settings->table['kicks']) {
|
||||
$selection .= "removed_by_name";
|
||||
$selection .= ",removed_by_name";
|
||||
}
|
||||
return $selection;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user