forked from friendica/friendica-addons
[ijpost] Remove rogue reference to include/datetime.php
This commit is contained in:
parent
ab23f858cb
commit
16c3c2b93a
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue