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

jesse at bestpractical.com jesse at bestpractical.com
Tue Jul 24 19:06:29 EDT 2007


Author: jesse
Date: Tue Jul 24 19:06:29 2007
New Revision: 8271

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

Log:
 r61183 at pinglin:  jesse | 2007-07-24 16:05:28 -0700
 RT-Ticket: 8492
 RT-Update: correspond
 RT-Status: resolved
 
 * James Bunch pointed out a missing $ that would cause a failed method call in an error scenario
 


Modified: rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm	Tue Jul 24 19:06:29 2007
@@ -302,7 +302,7 @@
         return RT::System->new($self->CurrentUser);
     }
 
-    RT::Logger->error("Tried to load a search belonging to an $obj_type, which is neither a user nor a group");
+    $RT::Logger->error("Tried to load a search belonging to an $obj_type, which is neither a user nor a group");
     return undef;
 }
 


More information about the Rt-commit mailing list