X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fsubthread.php;h=bd7fee534e81b1fb80dfda60405da38f60f40055;hb=acaee626f5f23f4c1dc19c31896a0797a251b58f;hp=36cf835c281cb9ceecbac3a9a308edeeee583776;hpb=14fde5dc9b1915392601fb94efc6224c01f2b216;p=friendica.git diff --git a/mod/subthread.php b/mod/subthread.php index 36cf835c28..bd7fee534e 100644 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -10,8 +10,8 @@ use Friendica\Core\System; use Friendica\Database\DBA; use Friendica\Model\Item; use Friendica\Util\Security; - -require_once 'include/items.php'; +use Friendica\Util\Strings; +use Friendica\Util\XML; function subthread_content(App $a) { @@ -21,7 +21,7 @@ function subthread_content(App $a) { $activity = ACTIVITY_FOLLOW; - $item_id = (($a->argc > 1) ? notags(trim($a->argv[1])) : 0); + $item_id = (($a->argc > 1) ? Strings::escapeTags(trim($a->argv[1])) : 0); $condition = ["`parent` = ? OR `parent-uri` = ? AND `parent` = `id`", $item_id, $item_id]; $item = Item::selectFirst([], $condition); @@ -87,7 +87,7 @@ function subthread_content(App $a) { $post_type = (($item['resource-id']) ? L10n::t('photo') : L10n::t('status')); $objtype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE ); - $link = xmlify('' . "\n") ; + $link = XML::escape('' . "\n"); $body = $item['body']; $obj = <<< EOT