mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix #17
This commit is contained in:
parent
19dec57536
commit
f086baa49c
@ -79,9 +79,9 @@ $name = $page->get_name($uuid);
|
||||
$name !== null or die($page->lang->history_playernotfound);
|
||||
|
||||
if ($staffhistory) {
|
||||
$page->name = $page->lang->history_recentby . $name;
|
||||
$page->title = $page->lang->history_recentby . $name;
|
||||
} else {
|
||||
$page->name = $page->lang->history_recentfor . $name;
|
||||
$page->title = $page->lang->history_recentfor . $name;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user