From: ivan Date: Tue, 25 May 2010 11:11:55 +0000 (+0000) Subject: fix rt/rt/ bad links, RT#7873 X-Git-Tag: root_of_svc_elec_features~233 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=707609b707f3aeca79d1bd0c025861b1cdc1fd4f;p=freeside.git fix rt/rt/ bad links, RT#7873 --- 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; } }, };