X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhcard.php;h=cbaebc8ff4819f558a42983c380dddf9cf39d37e;hb=9f11476ca09c128e4489f702895f699b8158acc8;hp=c8b6db455c6e4dab2d1325558c751f3eb6bb1e2a;hpb=5e60fa8210b502797209de770780d6d7ba81b86c;p=friendica.git diff --git a/mod/hcard.php b/mod/hcard.php index c8b6db455c..cbaebc8ff4 100644 --- a/mod/hcard.php +++ b/mod/hcard.php @@ -8,6 +8,7 @@ use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Model\Contact; use Friendica\Model\Profile; +use Friendica\Model\User; function hcard_init(App $a) { @@ -29,7 +30,7 @@ function hcard_init(App $a) Profile::load($a, $which, $profile); - if (!empty($a->profile['page-flags']) && ($a->profile['page-flags'] == Contact::PAGE_COMMUNITY)) { + if (!empty($a->profile['page-flags']) && ($a->profile['page-flags'] == User::PAGE_FLAGS_COMMUNITY)) { $a->page['htmlhead'] .= ''; } if (!empty($a->profile['openidserver'])) {