mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 11:43:42 +00:00
fixing more webeditor stuff
This commit is contained in:
parent
f7a444bbbd
commit
ee428fdcd1
1 changed files with 0 additions and 6 deletions
|
@ -1588,9 +1588,3 @@ function statusnet_is_retweet($a, $uid, $body) {
|
||||||
logger('statusnet_is_retweet: result '.print_r($result, true), LOGGER_DEBUG);
|
logger('statusnet_is_retweet: result '.print_r($result, true), LOGGER_DEBUG);
|
||||||
return(isset($result->id));
|
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