From e6e76ac9401685df1db2abf3c6640c24f5379a73 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 27 Sep 2018 05:20:11 +0900 Subject: [PATCH] Update socialhub.utl.php --- helper/socialhub.utl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper/socialhub.utl.php b/helper/socialhub.utl.php index c19d235..a4984df 100644 --- a/helper/socialhub.utl.php +++ b/helper/socialhub.utl.php @@ -8,8 +8,6 @@ if(!function_exists("socialhub_send_message")) { function socialhub_send_message($provider, $adapter, $message, $options=array()) { - $object_id = false; - $response = false; $status = array( "message" => $message @@ -45,6 +43,8 @@ if(!function_exists("socialhub_send_message")) { set_error("Unknown provider"); show_errors(); } + + return $response; } }