From 1cd3b4182595b838a535dd6b6990251db05d49e6 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 30 Mar 2016 22:13:24 -0700 Subject: deprecate $a->get_baseurl() --- mod/hcard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/hcard.php') diff --git a/mod/hcard.php b/mod/hcard.php index 014a63b35..8339fd013 100644 --- a/mod/hcard.php +++ b/mod/hcard.php @@ -25,7 +25,7 @@ function hcard_init(&$a) { $profile = $r[0]['profile_guid']; } - $a->page['htmlhead'] .= '' . "\r\n" ; + $a->page['htmlhead'] .= '' . "\r\n" ; if(! $profile) { $x = q("select channel_id as profile_uid from channel where channel_address = '%s' limit 1", -- cgit v1.2.3