typo
This commit is contained in:
parent
503d93a28e
commit
954158ad43
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ class IPBan extends Extension
|
||||||
) {
|
) {
|
||||||
$reason = $row[$prefix.'reason'];
|
$reason = $row[$prefix.'reason'];
|
||||||
$admin = User::by_id($row[$prefix.'banner_id']);
|
$admin = User::by_id($row[$prefix.'banner_id']);
|
||||||
$date = $row['expire'];
|
$date = $row['expires'];
|
||||||
$msg = $config->get_string("ipban_message");
|
$msg = $config->get_string("ipban_message");
|
||||||
$msg = str_replace('$IP', $ip, $msg);
|
$msg = str_replace('$IP', $ip, $msg);
|
||||||
$msg = str_replace('$DATE', $date, $msg);
|
$msg = str_replace('$DATE', $date, $msg);
|
||||||
|
|
Reference in a new issue