[Rt-commit] [svn] r1978 - in rt/branches/3.3-TESTING: . lib/RT/Interface

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Dec 9 02:21:53 EST 2004


Author: jesse
Date: Thu Dec  9 02:21:52 2004
New Revision: 1978

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
Log:
 r1986 at hualien:  jesse | 2004-12-09T07:20:03.552482Z
 RT-Ticket: 6295
 RT-Status: resolved
 RT-Update: correspond
 
 Removed a "die" from a code path that should never be hit but doesn't need to die.  Thanks to Todd Chapman
 
 


Modified: rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Interface/Web.pm	Thu Dec  9 02:21:52 2004
@@ -887,7 +887,6 @@
                 $obj = $object_type->new($session{'CurrentUser'});
                 $obj->Load($object_id);      
             } else {
-		die;
                 push (@results, loc("System Error"). ': '.
                                 loc("Rights could not be revoked for [_1]", $object_type));
                 next;


More information about the Rt-commit mailing list