mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix warning info page
This commit is contained in:
parent
1c38f28ba4
commit
ee71bcc1b9
2
info.php
2
info.php
@ -78,7 +78,7 @@ class MuteInfo extends Info {
|
|||||||
|
|
||||||
class WarnInfo extends Info {
|
class WarnInfo extends Info {
|
||||||
function name() {
|
function name() {
|
||||||
return $page->lang->info_warn_name;
|
return $this->page->lang->info_warn_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
function basic_info($row, $player_name) {
|
function basic_info($row, $player_name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user