diff options
Diffstat (limited to 'Zotlabs/Access/Permissions.php')
-rw-r--r-- | Zotlabs/Access/Permissions.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index 1951f2f0f..ed21ab99d 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -21,6 +21,8 @@ class Permissions { * are the responsbility of the channel owner to manage. You just don't want to create any * suprises or break things so you have an opportunity to provide sane settings. * + * Update the version here and in PermissionRoles + * * * Permissions with 'view' in the name are considered read permissions. Anything * else requires authentication. Read permission limits are PERMS_PUBLIC and anything else @@ -32,6 +34,10 @@ class Permissions { * */ + static public function version() { + return 1; + } + static public function Perms($filter = '') { |