summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share')
-rw-r--r--rt/share/html/Elements/ColumnMap2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Elements/ColumnMap b/rt/share/html/Elements/ColumnMap
index 7f5a16dcb..6a1c23779 100644
--- a/rt/share/html/Elements/ColumnMap
+++ b/rt/share/html/Elements/ColumnMap
@@ -160,7 +160,7 @@ my $COLUMN_MAP = {
#WebRequestPathDir => { value => sub { substr( $m->request_comp->dir_path, 1 ) } },
WebRequestPathDir => { value => sub {
my $wrpd = substr( $m->request_comp->dir_path, 1 );
- $wrpd =~ s(rt/)(); #this is hacky, dunno why this happens
+ $wrpd =~ s(^rt/)(); #hacky, dunno why this happens
$wrpd;
} },
};