From 26c3f16809f2e6745249dec0a623a474dab0b08e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 13 Feb 2018 16:14:00 +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 0b41453..f75dad4 100644 --- a/system/security.php +++ b/system/security.php @@ -301,7 +301,7 @@ if(!function_exists("get_current_user_name")) { if(!function_exists("get_user_profile")) { function get_user_profile() { $user_profile = array( - "user_name" => get_current_user_name(); + "user_name" => get_current_user_name() ); return $user_profile; }