From: Michael Vogel Date: Mon, 9 Jul 2012 09:54:52 +0000 (+0200) Subject: Libertree: Posting works again (new "source" field) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf4f8f472950ed93e71487dccefa6100e14967f3;p=friendica-addons.git Libertree: Posting works again (new "source" field) --- diff --git a/libertree/libertree.php b/libertree/libertree.php index c117fa81..4b55a5e7 100755 --- a/libertree/libertree.php +++ b/libertree/libertree.php @@ -196,7 +196,8 @@ function libertree_send(&$a,&$b) { $body = "## ".html_entity_decode($title)."\n\n".$body; $params = array( - 'text' => $body + 'text' => $body, + 'source' => "friendica" // 'token' => $ltree_api_token );