From be8f1fff96be5a2cb38b4b122cd75aa292605168 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 23 Jan 2025 17:17:37 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i_entrance/j_delete_me.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i_entrance/j_delete_me.php b/i_entrance/j_delete_me.php index 1aa27928..c644de5c 100644 --- a/i_entrance/j_delete_me.php +++ b/i_entrance/j_delete_me.php @@ -40,7 +40,7 @@ if($userInfo['delete_after']){ ]); } -$penaltyList = JSON::decode($userInfo['penalty']??'{}'); +$penaltyList = Json::decode($userInfo['penalty']??'{}'); foreach($penaltyList as $penaltyKey=>$penaltyValue){ if($penaltyValue['expire'] ?? 0 > TimeUtil::now()){ Json::die([