From c11b853c7c73dcf8978d27e77066df68f6313386 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 27 Sep 2018 05:55:01 +0900 Subject: [PATCH] Update api.socialhub.php --- route/api.socialhub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/api.socialhub.php b/route/api.socialhub.php index 021a66e..5a9b5e8 100644 --- a/route/api.socialhub.php +++ b/route/api.socialhub.php @@ -214,7 +214,7 @@ if(empty($redirect_uri)) { // go to redirect uri redirect_with_params($redirect_uri, array( - "connection_id" => $connect_id, + "connection_id" => $connection_id, "provider" => $provider, "display_name" => $_display_name, "idt" => $_idt,