From 616f5b8d4657f9002526dbac3a6b7ff10ac0951d Mon Sep 17 00:00:00 2001 From: maycactus <138797510+maycactus-FOSS@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:37:08 -0400 Subject: [PATCH] =?UTF-8?q?Refactor:=20str=5Fencrypt=20=ED=81=B4=EB=9E=98?= =?UTF-8?q?=EC=8A=A4=EC=9D=98=20=EB=B3=80=EC=88=98=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index a0f4960f1..3e689d589 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -3804,7 +3804,7 @@ function check_vaild_callback($callback){ class str_encrypt { var $salt; - var $lenght; + var $length; function __construct($salt='') {