From fa978595c36c23d1e4fc047d00bf4358cd722f3d Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 6 Oct 2023 10:59:25 +0800 Subject: [PATCH] typo --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 157f97e..ab8d3ff 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -613,7 +613,7 @@ class Pman_Login extends Pman } if($core_ip_access->status == -2 && strtotime($core_ip_access->expire_dt) < strtotime('NOW')){ - $this->jerrpr('BLOCKED-IP-ADDRESS', "Your IP is blocked", array('ip' => $ip)); + $this->jerror('BLOCKED-IP-ADDRESS', "Your IP is blocked", array('ip' => $ip)); return; } -- 2.39.2