[Rt-commit] r6651 - rt/branches/3.6-RELEASE/html/Elements

ruz at bestpractical.com ruz at bestpractical.com
Tue Dec 19 14:40:03 EST 2006


Author: ruz
Date: Tue Dec 19 14:40:03 2006
New Revision: 6651

Modified:
   rt/branches/3.6-RELEASE/html/Elements/ShowSearch

Log:
* fix issue with saved searches on home page after upgrade from previouse version of RT

Modified: rt/branches/3.6-RELEASE/html/Elements/ShowSearch
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/ShowSearch	(original)
+++ rt/branches/3.6-RELEASE/html/Elements/ShowSearch	Tue Dec 19 14:40:03 2006
@@ -67,6 +67,7 @@
         $m->out("Saved Search $SavedSearch not found");
         return;
     }
+    $SearchArg->{'SearchType'} ||= 'Ticket';
     if ( $SearchArg->{SearchType} ne 'Ticket' ) {
 
         # XXX: dispatch to different handler here


More information about the Rt-commit mailing list