]> git.mxchange.org Git - friendica.git/blobdiff - mod/hcard.php
Move Contact::Page_* constants to User::PAGE_FLAGS_*
[friendica.git] / mod / hcard.php
index c8b6db455c6e4dab2d1325558c751f3eb6bb1e2a..9a0c969ae49e2dd3af615c725a069e6fa1aec0f9 100644 (file)
@@ -29,7 +29,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'] .= '<meta name="friendica.community" content="true" />';
        }
        if (!empty($a->profile['openidserver'])) {