mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix another possible deprecation warning
This commit is contained in:
parent
20817dd8ff
commit
e421569aff
2
info.php
2
info.php
@ -165,7 +165,7 @@ if ($st->execute()) {
|
|||||||
|
|
||||||
$player_name = $page->get_name($row['uuid']);
|
$player_name = $page->get_name($row['uuid']);
|
||||||
|
|
||||||
($player_name !== null) or die(str_replace("{name}", $player_name, $page->t("error.name.unseen")));
|
($player_name !== null) or die(str_replace("{name}", "null", $page->t("error.name.unseen")));
|
||||||
|
|
||||||
$info = Info::create($row, $player_name, $page, $type);
|
$info = Info::create($row, $player_name, $page, $type);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user