mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
16c3c2b93a
commit
88ca2f5a1e
12 changed files with 2 additions and 24 deletions
|
@ -178,9 +178,6 @@ function ijpost_send(&$a,&$b) {
|
|||
$ij_blog = 'http://www.insanejournal.com/interface/xmlrpc';
|
||||
|
||||
if($ij_username && $ij_password && $ij_blog) {
|
||||
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
$title = $b['title'];
|
||||
$post = BBCode::convert($b['body']);
|
||||
$post = xmlify($post);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue