From: Hypolite Petovan Date: Thu, 15 Feb 2018 03:03:54 +0000 (-0500) Subject: [ijpost] Remove rogue reference to include/datetime.php X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=commitdiff_plain;h=16c3c2b93a6dddc7aed148d2df0665b9d7af78ef [ijpost] Remove rogue reference to include/datetime.php --- diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php index 5ccb6761..439018f4 100644 --- a/ijpost/ijpost.php +++ b/ijpost/ijpost.php @@ -180,7 +180,6 @@ function ijpost_send(&$a,&$b) { if($ij_username && $ij_password && $ij_blog) { require_once('include/bbcode.php'); - require_once('include/datetime.php'); $title = $b['title']; $post = BBCode::convert($b['body']);