missing file from RT 3.8.13
[freeside.git] / rt / share / html / Elements / Header
index 64d548d..5f11abf 100755 (executable)
@@ -68,7 +68,8 @@ $id =~ s|-$||g;
 my $head = '';
 
 if ($Refresh && $Refresh =~ /^(\d+)/ && $1 > 0) {
-  $head .= qq( <meta http-equiv="refresh" content="$Refresh" /> );
+  my $URL = $m->notes->{RefreshURL}; $URL = $URL ? ";URL=$URL" : "";
+  $head .= qq( <meta http-equiv="refresh" content="$1$URL" /> );
 }
 
 my $WebPath = RT->Config->Get('WebPath');