]> git.mxchange.org Git - friendica.git/blobdiff - mod/editpost.php
Contact names with ">" and "<" are a problem ...
[friendica.git] / mod / editpost.php
index 0319f200b3f9168628189f726e07fb5f39c41ef7..b039341023c7e00140e23d295f32af321087797d 100644 (file)
@@ -66,8 +66,6 @@ function editpost_content(&$a) {
        else
                $lockstate = 'unlock';
 
-       $celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false);
-
        $jotplugins = '';
        $jotnets = '';
 
@@ -141,7 +139,7 @@ function editpost_content(&$a) {
                '$placeholdercategory' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''),
                '$emtitle' => t('Example: bob@example.com, mary@example.com'),
                '$lockstate' => $lockstate,
-               '$acl' => '', // populate_acl((($group) ? $group_acl : $a->user), $celeb),
+               '$acl' => '', // populate_acl((($group) ? $group_acl : $a->user)),
                '$bang' => (($group) ? '!' : ''),
                '$profile_uid' => $_SESSION['uid'],
                '$preview' => t('Preview'),