atokens - we only need one permission column

This commit is contained in:
zotlabs
2017-02-07 19:49:15 -08:00
parent 2d3e20d96e
commit 46d0e23e7b
3 changed files with 10 additions and 6 deletions

View File

@@ -161,7 +161,8 @@ class Tokens {
'$me' => t('My Settings'),
'$perms' => $perms,
'$inherited' => t('inherited'),
'$notself' => '1',
'$notself' => 0,
'$self' => 1,
'$permlbl' => t('Individual Permissions'),
'$permnote' => t('Some permissions may be inherited from your channel\'s <a href="settings"><strong>privacy settings</strong></a>, which have higher priority than individual settings. You can <strong>not</strong> change those settings here.'),
'$submit' => t('Submit')