Index: trunk/core/units/users/users_tag_processor.php =================================================================== diff -u -r3086 -r3088 --- trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 3086) +++ trunk/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 3088) @@ -158,7 +158,7 @@ $res = parent::HasError($params); if($this->SelectParam($params,'field,fields') == 'any') { - $res = $res || $this->Application->GetVar('MustAgreeToTerms'); + $res = $res || $this->Application->GetVar('MustAgreeToTerms'); // need to do it not put module fields into kernel ! (noticed by Alex) $res = $res || $this->Application->GetVar('SSNRequiredError'); } return $res;