[Rt-commit] r11320 - rt/branches/3.6-RELEASE/lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 31 22:58:53 EDT 2008


Author: ruz
Date: Mon Mar 31 22:58:53 2008
New Revision: 11320

Modified:
   rt/branches/3.6-RELEASE/lib/RT/Base.pm

Log:
* minor

Modified: rt/branches/3.6-RELEASE/lib/RT/Base.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Base.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/Base.pm	Mon Mar 31 22:58:53 2008
@@ -104,7 +104,7 @@
             ." with a RT::CurrentUser or a RT::User obejct as the first argument.";
         $msg .= "\n". Carp::cluck() if @_;
 
-        $RT::Logger->err( $msg );
+        $RT::Logger->error( $msg );
         return $self->{'user'} = undef;
     }
 


More information about the Rt-commit mailing list