X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ftags.php;h=0a094384782bb4358af16ac28811182ade537a84;hb=e301fa083291f2df98192532c9c5cba03abfeb5a;hp=a8bcae86dcc3783c13bbbc8ab6466517db431f1e;hpb=3d297c065e82f7bcbcafe340be43a60e99b2bad5;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));