diff --git a/include/class.forms.php b/include/class.forms.php index 60aca0e94dbbbec9491b9380f8732e2e7ea1f425..048a05e4ef3abe8e7489d47a17f07826e3a4dd8d 100644 --- a/include/class.forms.php +++ b/include/class.forms.php @@ -95,6 +95,7 @@ class Form { foreach ($this->getFields() as $key=>$field) { if (!$field->hasData()) continue; + $this->_clean[$key] = $this->_clean[$field->get('name')] = $field->getClean(); }