From ef127afd1e0a745869c442fd745287dd9dd85e6a Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 1 Sep 2007 15:30:40 +0000 Subject: [PATCH] --- lib/Doctrine/Validator.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }