mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Fix info.php page title showing incorrectly
This commit is contained in:
parent
7bdd2a9b75
commit
50cbbe2594
2
info.php
2
info.php
@ -141,7 +141,7 @@ if ($st->execute(array($id))) {
|
|||||||
$name = $info->name();
|
$name = $info->name();
|
||||||
$permanent = $info->permanent();
|
$permanent = $info->permanent();
|
||||||
|
|
||||||
$page->name = "$name #$id";
|
$page->name = $page->title = "$name #$id";
|
||||||
$page->print_title();
|
$page->print_title();
|
||||||
|
|
||||||
if (!($info instanceof KickInfo)) {
|
if (!($info instanceof KickInfo)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user