X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftags.php;h=0a094384782bb4358af16ac28811182ade537a84;hb=0c310db23d253e489c27b80f99aeaaa06275fea6;hp=a8bcae86dcc3783c13bbbc8ab6466517db431f1e;hpb=a91a35208922affafea0c7e0ab6e8ba5beed8c82;p=friendica.git diff --git a/include/tags.php b/include/tags.php index a8bcae86dc..0a09438478 100644 --- a/include/tags.php +++ b/include/tags.php @@ -1,13 +1,11 @@ get_baseurl(); + $profile_base = App::get_baseurl(); $profile_data = parse_url($profile_base); $profile_base_friendica = $profile_data['host'].$profile_data['path']."/profile/"; $profile_base_diaspora = $profile_data['host'].$profile_data['path']."/u/"; - $searchpath = $a->get_baseurl()."/search?tag="; + $searchpath = App::get_baseurl()."/search?tag="; $messages = q("SELECT `guid`, `uid`, `id`, `edited`, `deleted`, `created`, `received`, `title`, `body`, `tag`, `parent` FROM `item` WHERE `id` = %d LIMIT 1", intval($itemid));