diff --git a/lib/Doctrine/Validator.php b/lib/Doctrine/Validator.php index 1104b99a6..16014fb77 100644 --- a/lib/Doctrine/Validator.php +++ b/lib/Doctrine/Validator.php @@ -108,7 +108,8 @@ class Doctrine_Validator extends Doctrine_Object || $name == 'default' || $name == 'values' || $name == 'sequence' - || $name == 'zerofill') { + || $name == 'zerofill' + || $name == 'scale') { continue; }