[Rt-commit] r5616 - in rt/branches/3.4-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Jul 19 20:40:57 EDT 2006


Author: jesse
Date: Wed Jul 19 20:40:57 2006
New Revision: 5616

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm

Log:
 r14217 at pinglin:  jesse | 2006-07-19 17:39:08 -0700
 * crit was being called on the wrong object. Thanks to Todd Chapman 


Modified: rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Group_Overlay.pm	Wed Jul 19 20:40:57 2006
@@ -497,7 +497,7 @@
     # If we couldn't create a principal Id, get the fuck out.
     unless ($principal_id) {
         $RT::Handle->Rollback() unless ($args{'InsideTransaction'});
-        $self->crit( "Couldn't create a Principal on new user create. Strange things are afoot at the circle K" );
+        $RT::Logger->crit( "Couldn't create a Principal on new user create. Strange things are afoot at the circle K" );
         return ( 0, $self->loc('Could not create group') );
     }
 


More information about the Rt-commit mailing list