1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +02:00

Additional upgrades to FieldtypeComments and its related classes

This commit is contained in:
Ryan Cramer
2020-04-03 09:18:39 -04:00
parent d3bbf6577e
commit 9a1f842437
6 changed files with 94 additions and 58 deletions

View File

@@ -937,7 +937,7 @@ class WireFileTools extends Wire {
}
// render file and return output
$t = new TemplateFile();
$t = $this->wire(new TemplateFile()); /** @var TemplateFile $t */
$t->setThrowExceptions($options['throwExceptions']);
$t->setFilename($filename);