]> git.mxchange.org Git - friendica-addons.git/blobdiff - dwpost/dwpost.php
remove more requirements for include/datetime.php
[friendica-addons.git] / dwpost / dwpost.php
index fe4a53ef8d044108397a2b8da2d2e1b71aeeccd1..6a9cfe522b69c82909043b7e493d269d76a7ea8c 100644 (file)
@@ -180,7 +180,6 @@ function dwpost_send(&$a,&$b) {
        if($dw_username && $dw_password && $dw_blog) {
 
                require_once('include/bbcode.php');
-               require_once('include/datetime.php');
 
                $title = $b['title'];
                $post = bbcode($b['body']);