don't try to follow a blank redirect
[freeside.git] / httemplate / search / elements / search-html.html
index 60dd65a..297774d 100644 (file)
@@ -1,5 +1,6 @@
 %
-%   if ( exists($opt{'redirect'}) && scalar(@$rows) == 1 && $total == 1
+%   if ( exists($opt{'redirect'}) && $opt{'redirect'}
+%        && scalar(@$rows) == 1 && $total == 1
 %        && $type ne 'html-print'
 %      ) {
 %     my $redirect = $opt{'redirect'};