]> git.mxchange.org Git - friendica-addons.git/blobdiff - ljpost/ljpost.php
remove more requirements for include/datetime.php
[friendica-addons.git] / ljpost / ljpost.php
index 2a14172f1cedbbec88279ccb79e40990d88dce1e..de62c9761894469f1396ea433a21c919f6df77fa 100644 (file)
@@ -180,7 +180,6 @@ function ljpost_send(&$a,&$b) {
        if($lj_username && $lj_password && $lj_blog) {
 
                require_once('include/bbcode.php');
-               require_once('include/datetime.php');
 
                $title = xmlify($b['title']);
                $post = bbcode($b['body']);