[Rt-commit] r15893 - rt/branches/3.999-DANGEROUS/share/html/Elements
clkao at bestpractical.com
clkao at bestpractical.com
Wed Sep 10 12:51:58 EDT 2008
Author: clkao
Date: Wed Sep 10 12:51:57 2008
New Revision: 15893
Modified:
rt/branches/3.999-DANGEROUS/share/html/Elements/ShowSearch
Log:
merge r15892 from 3.8.
Modified: rt/branches/3.999-DANGEROUS/share/html/Elements/ShowSearch
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Elements/ShowSearch (original)
+++ rt/branches/3.999-DANGEROUS/share/html/Elements/ShowSearch Wed Sep 10 12:51:57 2008
@@ -60,7 +60,7 @@
my $SearchArg;
my $customize;
my $query_display_component = '/Elements/CollectionList';
-my $query_link_url = RT->config->get('WebURL').'Search/Results.html';
+my $query_link_url = RT->config->get('WebPath').'Search/Results.html';
if ($saved_search) {
my ( $container_object, $search_id ) = _parse_saved_search($saved_search);
More information about the Rt-commit
mailing list