Added WebGUI::HTTP::setNoHeader
This commit is contained in:
parent
afbd12779b
commit
cb1b60d352
3 changed files with 25 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue