mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 04:43:41 +00:00
[ijpost] Remove rogue reference to include/datetime.php
This commit is contained in:
parent
ab23f858cb
commit
16c3c2b93a
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ function ijpost_send(&$a,&$b) {
|
||||||
if($ij_username && $ij_password && $ij_blog) {
|
if($ij_username && $ij_password && $ij_blog) {
|
||||||
|
|
||||||
require_once('include/bbcode.php');
|
require_once('include/bbcode.php');
|
||||||
require_once('include/datetime.php');
|
|
||||||
|
|
||||||
$title = $b['title'];
|
$title = $b['title'];
|
||||||
$post = BBCode::convert($b['body']);
|
$post = BBCode::convert($b['body']);
|
||||||
|
|
Loading…
Reference in a new issue