[Rt-commit] r4120 - in rt/branches/3.4-RELEASE: . lib/RT

robert at bestpractical.com robert at bestpractical.com
Sat Nov 19 22:52:29 EST 2005


Author: robert
Date: Sat Nov 19 22:52:28 2005
New Revision: 4120

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
 r4186 at bear:  rspier | 2005-11-19 19:51:38 -0800
 typo fix: s/load/Load/ 


Modified: rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	Sat Nov 19 22:52:28 2005
@@ -2253,7 +2253,7 @@
     my $q = "";
     if ( $CF->Queue ) {
         my $qo = new RT::Queue( $self->CurrentUser );
-        $qo->load( $CF->Queue );
+        $qo->Load( $CF->Queue );
         $q = $qo->Name;
     }
 


More information about the Rt-commit mailing list