Merge remote branch 'upstream/master'
authorMichael Vogel <icarus@dabo.de>
Fri, 13 Jul 2012 21:47:21 +0000 (23:47 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 13 Jul 2012 21:47:21 +0000 (23:47 +0200)
Conflicts:
libertree/libertree.php

1  2 
facebook/facebook.php
libertree/libertree.php

Simple merge
@@@ -194,10 -193,11 +193,11 @@@ function libertree_send(&$a,&$b) 
                // Adding the title
                if(strlen($title))
                        $body = "## ".html_entity_decode($title)."\n\n".$body;
 -              
 +
                $params = array(
                        'text' => $body,
-                       'source' => "friendica"
+                       'source' => $ltree_source
                //      'token' => $ltree_api_token
                );