From 311ff54ba898550200210d632f8ae9c20dcf6332 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 21 Mar 2018 12:25:50 +0900 Subject: [PATCH] Update security.php --- system/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/security.php b/system/security.php index c28ba8f..0e49c25 100644 --- a/system/security.php +++ b/system/security.php @@ -489,7 +489,7 @@ if(!function_exists("decapsulate_text")) { } if(!empty($encrypted_text)) { - $decapsulate_text = base64_encode($decrypted_text); + $decapsulate_text = base64_decode($decrypted_text); } }