1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00
This commit is contained in:
Ryan Cramer
2022-01-07 13:22:53 -05:00
parent fc0db2bb22
commit d2e6d5f240

View File

@@ -433,7 +433,7 @@ class FieldtypeFileConfiguration extends Wire {
$f->val(0);
} else if(!$customTpl) {
// create custom template
$customTpl = $templates->add($customTplEnabledName);
$customTpl = $templates->add($customTplEnabledName, array('noGlobal' => true));
$this->message(sprintf($this->_('Created custom fields template: %s'), $customTpl->name));
}