mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fixed warnings generating an error on history.php (fixes #31)
This commit is contained in:
parent
bc233ad9d4
commit
cfe574d9cf
2
info.php
2
info.php
@ -81,7 +81,7 @@ class MuteInfo extends Info {
|
|||||||
|
|
||||||
class WarnInfo extends Info {
|
class WarnInfo extends Info {
|
||||||
function name() {
|
function name() {
|
||||||
return $this->page->lang->info_warn_name;
|
return $this->page->t("info_warn_name");
|
||||||
}
|
}
|
||||||
|
|
||||||
function basic_info($row, $player_name) {
|
function basic_info($row, $player_name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user