mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Make expired punishments show as (Expired)
This commit is contained in:
parent
38345fc8ed
commit
54d0ba166e
@ -280,6 +280,10 @@ class Page {
|
||||
$done = true;
|
||||
}
|
||||
}
|
||||
if ($row['removed_by_name'] === "#expired") {
|
||||
$until .= $this->lang->page_expire;
|
||||
$done = true;
|
||||
}
|
||||
if ($done === false) {
|
||||
$until .= $this->expired[$this->type];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user