From 5e734280b68b72cbfe083293cb219878db2777da Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 27 Sep 2018 05:40:03 +0900 Subject: [PATCH] Update socialhub.utl.php --- helper/socialhub.utl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/socialhub.utl.php b/helper/socialhub.utl.php index 7b8c8a4..37d6c92 100644 --- a/helper/socialhub.utl.php +++ b/helper/socialhub.utl.php @@ -186,7 +186,7 @@ switch($action) { $context = array( "success" => true, "message" => "Found", - "response" => socialhub_get_object($provider, $hauth_adapter, $object_id); + "response" => socialhub_get_object($provider, $hauth_adapter, $object_id) ); break; default: