From 7601140825239c8d933973ac15a765f35a2b00c8 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 4 Nov 2019 01:03:47 +0000 Subject: [PATCH] missed a spot --- ext/ipban/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ipban/theme.php b/ext/ipban/theme.php index 0373c94d..186dc69b 100644 --- a/ext/ipban/theme.php +++ b/ext/ipban/theme.php @@ -18,7 +18,7 @@ class IPBanTheme extends Themelet $h_bans = ""; $prefix = ($database->get_driver_name() == DatabaseDriver::SQLITE ? "bans." : ""); foreach ($bans as $ban) { - $end_human = date('Y-m-d', $ban[$prefix.'end_timestamp']); + $end_human = $ban['expires']; $h_bans .= " {$ban[$prefix.'ip']}