Fixed warnings generating an error on history.php (fixes #31)

This commit is contained in:
ruan 2018-01-11 06:04:17 +02:00
parent bc233ad9d4
commit cfe574d9cf
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -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) {