[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.1-119-g54c53a7

Kevin Falcone falcone at bestpractical.com
Tue Jul 5 13:05:19 EDT 2011


The branch, 4.0-trunk has been updated
       via  54c53a739e63a45a37f721a100ff506c38694b32 (commit)
       via  c246bb9118560d16f735f3d9586efddd35ea68da (commit)
      from  308acad81619e80a9ee54da9db7030c0e78af231 (commit)

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

- Log -----------------------------------------------------------------
commit c246bb9118560d16f735f3d9586efddd35ea68da
Author: Stoned Elipot <stoned.elipot at gmail.com>
Date:   Wed May 4 20:45:59 2011 +0200

    Add missing loc() call

diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 5285faa..50fc5dc 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -1002,7 +1002,7 @@ sub DeleteWatcher {
         return(0,$self->loc("Group not found"));
     }
 
-    return ( 0, "Unknown watcher type [_1]", $args{Type} )
+    return ( 0, $self->loc('Unknown watcher type [_1]', $args{Type}) )
         unless $self->IsRoleGroupType($args{Type});
 
     my ($ok, $msg) = $self->_HasModifyWatcherRight(%args);

commit 54c53a739e63a45a37f721a100ff506c38694b32
Merge: 308acad c246bb9
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 5 13:01:14 2011 -0400

    Merge branch '4.0/add-missing-loc-queue-watcher' into 4.0-trunk


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


More information about the Rt-commit mailing list