1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 02:04:35 +02:00
This commit is contained in:
Ryan Cramer
2020-08-07 09:32:57 -04:00
parent a3f64cb4c7
commit 8b1335accc

View File

@@ -942,7 +942,7 @@ class WireFileTools extends Wire {
$t->setFilename($filename);
foreach($vars as $key => $value) {
$t->set($key, $value);
$t->data($key, $value);
}
return $t->render();