tonydspaniard / Yii-extensions

My small contribution to the Yii framework community
124 stars 50 forks source link

fix EConditionalValidator::validateAttribute() #12

Closed jiminy closed 11 years ago

jiminy commented 11 years ago

1) Object should be cloned, because the function getAttributes() doesn't return the public properties of model (non-db fields). 2) In validator with several attributes function array_splice() removes all parameters of $rule.

tonydspaniard commented 11 years ago

Thank you!