From e793fc9973a763b14f1f6cddb425cd5c41aa799c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Thu, 1 Dec 2016 18:12:18 -0800 Subject: trim iv in STD_encapsulate --- Zotlabs/Access/Permissions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs') diff --git a/Zotlabs/Access/Permissions.php b/Zotlabs/Access/Permissions.php index ed21ab99d..43baa6cf7 100644 --- a/Zotlabs/Access/Permissions.php +++ b/Zotlabs/Access/Permissions.php @@ -35,6 +35,7 @@ class Permissions { */ static public function version() { + // This must match the version in PermissionRoles.php before permission updates can run. return 1; } -- cgit v1.2.3