X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htetc%2Fglobal.asa;h=55cc8ed9465a591eee951c187bed3b1db3157f96;hp=4358e87b11b9dff9a465dc9cd2dd7b473619306f;hb=cac5bac7073a35e7d693fb55ce537994324b8e74;hpb=686e4d8cf9a69012cbf92983a787644d583bdcd8 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) ) {