X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fglobal.asa;h=ecba45770b54a7c07342493cfc64b61946a4d8b0;hp=193f997df873aeecba28b67e331a764262e53213;hb=70621d7d9672f27453ccde5bf5632c72a5f16ea0;hpb=84d15a339737bd783b764c7f0d371084c2158ce7 diff --git a/htetc/global.asa b/htetc/global.asa index 193f997df..ecba45770 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -197,8 +197,8 @@ sub sprintAutoProfile { } sub include { - $_[0] =~ s(^/)(); - $Response->Include(@_); + ( my $file = shift ) =~ s(^/)(); + $Response->Include($file, @_); } if ( defined(@DBIx::Profile::ISA) ) {