Added WebGUI::HTTP::setNoHeader

This commit is contained in:
Len Kranendonk 2004-08-13 09:37:03 +00:00
parent afbd12779b
commit cb1b60d352
3 changed files with 25 additions and 3 deletions

View file

@ -234,6 +234,7 @@ sub process {
unless (-f $file->getPath) {
WebGUI::ErrorHandler::warn("Could not create file ".$file->getPath."\nTemplate file caching is disabled");
$params{scalarref} = \$template;
delete $params{filename};
}
}
return _execute(\%params,$vars);