]> git.mxchange.org Git - friendica-addons.git/blobdiff - ljpost/ljpost.php
Remove references to include/bbcode.php
[friendica-addons.git] / ljpost / ljpost.php
index 97daf519e8a82a22d459f1c0af4d56fb4355e995..ec99f9ba9361585971ed4b12810d44230fd67828 100644 (file)
@@ -179,9 +179,6 @@ function ljpost_send(&$a,&$b) {
                $lj_blog = xmlify('http://www.livejournal.com/interface/xmlrpc');
 
        if($lj_username && $lj_password && $lj_blog) {
-
-               require_once('include/bbcode.php');
-
                $title = xmlify($b['title']);
                $post = BBCode::convert($b['body']);
                $post = xmlify($post);