includes fix
authorivan <ivan>
Tue, 23 Mar 2004 03:31:50 +0000 (03:31 +0000)
committerivan <ivan>
Tue, 23 Mar 2004 03:31:50 +0000 (03:31 +0000)
htetc/global.asa

index 193f997..ecba457 100644 (file)
@@ -197,8 +197,8 @@ sub sprintAutoProfile {
 }
 
 sub include {
-  $_[0] =~ s(^/)();
-  $Response->Include(@_);
+  ( my $file = shift ) =~ s(^/)();
+  $Response->Include($file, @_);
 }
 
 if ( defined(@DBIx::Profile::ISA) ) {