[Rt-commit] rt branch, master, updated. rt-4.1.8-390-gc91e9e5
Alex Vandiver
alexmv at bestpractical.com
Wed May 22 14:21:12 EDT 2013
The branch, master has been updated
via c91e9e554c812c73fee2757c8fdcac2a20a022c9 (commit)
from 07618daba5356c6574c99317a0dc2e26980d05c4 (commit)
Summary of changes:
etc/upgrade/4.1.12/content | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit c91e9e554c812c73fee2757c8fdcac2a20a022c9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed May 22 05:12:43 2013 -0400
Fix @ACL to contain one valid set of ACL data, instead of 6 non-references
diff --git a/etc/upgrade/4.1.12/content b/etc/upgrade/4.1.12/content
index 1f370a2..1f0473d 100644
--- a/etc/upgrade/4.1.12/content
+++ b/etc/upgrade/4.1.12/content
@@ -1,10 +1,10 @@
use strict;
use warnings;
-our @ACL = (
+our @ACL = ( {
Right => 'ShowArticlesMenu',
GroupDomain => 'SystemInternal',
GroupType => 'Privileged',
-);
+} );
1;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list