]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/dwpost.php
Remove references to include/bbcode.php
[friendica-addons.git] / dwpost / dwpost.php
index 7e8488c376796c85445414fbbc4d678dfaa87cbb..a46f55b2a3d30c817ce6134349aef882af5c70a8 100644 (file)
@@ -179,9 +179,6 @@ function dwpost_send(&$a,&$b) {
        $dw_blog = 'http://www.dreamwidth.org/interface/xmlrpc';
 
        if($dw_username && $dw_password && $dw_blog) {
-
-               require_once('include/bbcode.php');
-
                $title = $b['title'];
                $post = BBCode::convert($b['body']);
                $post = xmlify($post);