summaryrefslogtreecommitdiff
path: root/htetc/global.asa
diff options
context:
space:
mode:
authorivan <ivan>2004-03-23 03:31:50 +0000
committerivan <ivan>2004-03-23 03:31:50 +0000
commit70621d7d9672f27453ccde5bf5632c72a5f16ea0 (patch)
treea121e92eda88a566878da241984af2b4ef10aad5 /htetc/global.asa
parent84d15a339737bd783b764c7f0d371084c2158ce7 (diff)
includes fix
Diffstat (limited to 'htetc/global.asa')
-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) ) {