]> git.mxchange.org Git - friendica-addons.git/blobdiff - fbpost/fbpost.php
fbpost/gpluspost: New design for shared content
[friendica-addons.git] / fbpost / fbpost.php
index f4f29f1e827987c203a07999e97f9d4ba4ab0a81..b0e383e46232db287410b39ae9b6d148b9b4787c 100644 (file)
@@ -564,7 +564,7 @@ function fbpost_post_hook(&$a,&$b) {
 
                                if ($toplevel) {
                                        require_once("include/plaintext.php");
-                                       $msgarr = plaintext($a, $b, 0, false);
+                                       $msgarr = plaintext($a, $b, 0, false, 9);
                                        $msg = $msgarr["text"];
                                        $link = $msgarr["url"];
                                        $linkname = $msgarr["title"];