diff options
Diffstat (limited to 'rt/share/html/RTx/Statistics/DayOfWeek/index.html')
-rwxr-xr-x | rt/share/html/RTx/Statistics/DayOfWeek/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/RTx/Statistics/DayOfWeek/index.html b/rt/share/html/RTx/Statistics/DayOfWeek/index.html index 6353abbdb..60038505f 100755 --- a/rt/share/html/RTx/Statistics/DayOfWeek/index.html +++ b/rt/share/html/RTx/Statistics/DayOfWeek/index.html @@ -12,7 +12,7 @@ selected queue for each day. It also hows how many of those created tickets were %my $title = "Ticket counts by day of week in " . $QueueObj->Name(); <&|/Elements/TitleBox, title => $title, - title_href => "/RTx/Statistics/DayOfWeek/index.html?$QueryString" &> + title_href => $RT::WebPath."/RTx/Statistics/DayOfWeek/index.html?$QueryString" &> <TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH=100%> % if ($ShowHeader) { <& /RTx/Statistics/Elements/CollectionAsTable/Header, |