X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Ftagger.php;h=78133a9e1823a30498262e811269eee948c910e0;hb=892a395eb79c0ec8ea6e44bebb5a3c6e3a373f4f;hp=09668cd6de23ff7e21d60a8450e92fa8a39c1ade;hpb=4874f7f8abebaf242e274d167ffd335897435cdf;p=friendica.git diff --git a/mod/tagger.php b/mod/tagger.php index 09668cd6de..78133a9e18 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -13,8 +13,6 @@ use Friendica\Model\Item; use Friendica\Util\Strings; use Friendica\Util\XML; -require_once 'include/items.php'; - function tagger_content(App $a) { if (!local_user() && !remote_user()) { @@ -78,7 +76,7 @@ function tagger_content(App $a) { $href = System::baseUrl() . '/display/' . $item['guid']; } - $link = XML::escape('' . "\n") ; + $link = XML::escape('' . "\n"); $body = XML::escape($item['body']); @@ -170,7 +168,7 @@ EOT; $term_objtype, TERM_HASHTAG, DBA::escape($term), - DBA::escape(System::baseUrl() . '/search?tag=' . $term), + '', intval($owner_uid) ); } @@ -192,7 +190,7 @@ EOT; $term_objtype, TERM_HASHTAG, DBA::escape($term), - DBA::escape(System::baseUrl() . '/search?tag=' . $term), + '', intval($owner_uid) ); }