[Rt-commit] rt branch, new-style-templates, updated. rt-3.8.8-230-ga2e6f81

Shawn Moore sartak at bestpractical.com
Thu Jul 29 23:54:28 EDT 2010


The branch, new-style-templates has been updated
       via  a2e6f811fcf328efee9fbfedfa81a35d3efd7205 (commit)
      from  a2deb5550729e6f399243391f21d209323e2a8e0 (commit)

Summary of changes:
 lib/RT/Scrip_Overlay.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit a2e6f811fcf328efee9fbfedfa81a35d3efd7205
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Jul 29 23:56:23 2010 -0400

    Typo fix

diff --git a/lib/RT/Scrip_Overlay.pm b/lib/RT/Scrip_Overlay.pm
index 224f237..9b7fa8f 100755
--- a/lib/RT/Scrip_Overlay.pm
+++ b/lib/RT/Scrip_Overlay.pm
@@ -527,7 +527,7 @@ sub _Set {
     if (length($args{Value})) {
         if ($args{Field} eq 'CustomIsApplicableCode' || $args{Field} eq 'CustomPrepareCode' || $args{Field} eq 'CustomCommitCode') {
             unless ( $self->CurrentUser->HasRight( Object => $RT::System,
-                                                   Right  => 'ExecutePerl' ) )
+                                                   Right  => 'ExecutePerl' ) ) {
                 return ( 0, $self->loc('Permission Denied') );
             }
         }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list