From: ivan Date: Sat, 1 May 2004 03:54:50 +0000 (+0000) Subject: very weird 5.005 problem X-Git-Tag: BEFORE_FINAL_MASONIZE~1124 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=93a8bcc4ddde083b9da915986e32231530bbcb5e very weird 5.005 problem --- diff --git a/htetc/global.asa b/htetc/global.asa index 4358e87b1..55cc8ed94 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -198,7 +198,9 @@ sub sprintAutoProfile { sub include { ( my $file = shift ) =~ s(^/)(%%%FREESIDE_DOCUMENT_ROOT%%%/); - ${$Response->TrapInclude($file, @_)}; + #broken in 5.005# ${$Response->TrapInclude($file, @_)}; + my $ref = $Response->TrapInclude($file, @_); + $$ref; } if ( defined(@DBIx::Profile::ISA) ) {