[Rt-commit] r9636 - in rt/branches/3.7-EXPERIMENTAL: .

jesse at bestpractical.com jesse at bestpractical.com
Sat Nov 10 21:22:16 EST 2007


Author: jesse
Date: Sat Nov 10 21:22:14 2007
New Revision: 9636

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Queue_Overlay.pm

Log:
 r71636 at pinglin:  jesse | 2007-11-10 21:21:31 -0500
 * CAse typo that could break ACLs


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Queue_Overlay.pm	Sat Nov 10 21:22:14 2007
@@ -662,7 +662,7 @@
 
     # {{{ Check ACLS
     #If the watcher we're trying to add is for the current user
-    if ( defined $args{'PrincipalID'} && 
+    if ( defined $args{'PrincipalId'} && 
             $self->CurrentUser->PrincipalId  eq $args{'PrincipalId'}) {
         #  If it's an AdminCc and they don't have 
         #   'WatchAsAdminCc' or 'ModifyTicket', bail


More information about the Rt-commit mailing list