Update socialhub.utl.php

This commit is contained in:
Namhyeon Go 2018-09-27 05:40:03 +09:00 committed by GitHub
parent 09a3a4cd52
commit 5e734280b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ switch($action) {
$context = array( $context = array(
"success" => true, "success" => true,
"message" => "Found", "message" => "Found",
"response" => socialhub_get_object($provider, $hauth_adapter, $object_id); "response" => socialhub_get_object($provider, $hauth_adapter, $object_id)
); );
break; break;
default: default: