Update socialhub.utl.php

This commit is contained in:
Namhyeon Go 2018-09-27 05:20:11 +09:00 committed by GitHub
parent f6047561cd
commit e6e76ac940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}