summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa4
1 files changed, 2 insertions, 2 deletions
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) ) {