summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/global.asa1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index ecba45770..65f3355e1 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -199,6 +199,7 @@ sub sprintAutoProfile {
sub include {
( my $file = shift ) =~ s(^/)();
$Response->Include($file, @_);
+ '';
}
if ( defined(@DBIx::Profile::ISA) ) {