mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
update function calls
update function calls to new class
This commit is contained in:
parent
7f1fda43ae
commit
b8df74beca
7 changed files with 25 additions and 25 deletions
|
@ -15,7 +15,7 @@ use Friendica\Core\Logger;
|
|||
use Friendica\Core\PConfig;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Util\Network;
|
||||
use Friendica\Util\XML;
|
||||
use Friendica\Util\Strings;
|
||||
|
||||
function ijpost_install()
|
||||
{
|
||||
|
@ -186,7 +186,7 @@ function ijpost_send(&$a, &$b)
|
|||
if ($ij_username && $ij_password && $ij_blog) {
|
||||
$title = $b['title'];
|
||||
$post = BBCode::convert($b['body']);
|
||||
$post = XML::escape($post);
|
||||
$post = Strings::escape($post);
|
||||
$tags = ijpost_get_tags($b['tag']);
|
||||
|
||||
$date = DateTimeFormat::convert($b['created'], $tz);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue