diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index c427a566..7d56501c 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -44,7 +44,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 122; + const versionRevision = 123; /** * Version suffix string (when applicable) diff --git a/wire/modules/Inputfield/InputfieldForm.module b/wire/modules/Inputfield/InputfieldForm.module index d94d093b..25378529 100644 --- a/wire/modules/Inputfield/InputfieldForm.module +++ b/wire/modules/Inputfield/InputfieldForm.module @@ -127,6 +127,15 @@ class InputfieldForm extends InputfieldWrapper { } else { $tokenField = ''; } + + /* @todo 3.0.125 + $name = $this->getAttribute('name'); + if(!empty($name)) { + $name = $this->wire('sanitizer')->entities($name); + $class = $this->className(); + $tokenField .= ""; + } + */ $out = "