forked from friendica/friendica-addons
Merge pull request #202 from tobiasd/20140707statusnet
fixing more webeditor stuff
This commit is contained in:
commit
5eb90b592e
|
@ -1588,9 +1588,3 @@ function statusnet_is_retweet($a, $uid, $body) {
|
|||
logger('statusnet_is_retweet: result '.print_r($result, true), LOGGER_DEBUG);
|
||||
return(isset($result->id));
|
||||
}
|
||||
get_hostname();
|
||||
|
||||
$connection = new StatusNetOAuth($api, $ckey,$csecret,$otoken,$osecret);
|
||||
|
||||
$parameters = array( true);
|
||||
//$parameters[image/
|
||||
|
|
Loading…
Reference in a new issue