[Rt-commit] r7472 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Apr 5 21:23:37 EDT 2007


Author: jesse
Date: Thu Apr  5 21:23:33 2007
New Revision: 7472

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm

Log:
 r54515 at dhcp207:  jesse | 2007-04-06 10:22:47 +0900
 * Typo in a debug message. Thanks to philip kime


Modified: rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/User_Overlay.pm	Thu Apr  5 21:23:33 2007
@@ -264,7 +264,7 @@
     #If the create failed.
     unless ($id) {
         $RT::Handle->Rollback();
-        $RT::Logger->error("Could not create a new user - " .join('-'. %args));
+        $RT::Logger->error("Could not create a new user - " .join('-', %args));
 
         return ( 0, $self->loc('Could not create user') );
     }


More information about the Rt-commit mailing list