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

ruz at bestpractical.com ruz at bestpractical.com
Wed Apr 18 10:51:49 EDT 2007


Author: ruz
Date: Wed Apr 18 10:51:48 2007
New Revision: 7545

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

Log:
 r4978 at cubic-pc:  cubic | 2007-04-18 18:48:06 +0400
 * return on error


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Request.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Request.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web/Request.pm	Wed Apr 18 10:51:48 2007
@@ -64,6 +64,7 @@
     my $page = delete $args{'CallbackPage'} || $self->callers(0)->path;
     unless ( $page ) {
         $RT::Logger->error("Coulnd't get a page name for callbacks");
+        return;
     }
 
     my $CacheKey = "$page--$name";


More information about the Rt-commit mailing list