The captach field is not bound to a entity method by default.

This commit is contained in:
Gregory McLean 2011-09-11 15:11:13 -04:00
parent e4c59b9dc5
commit 5d5ca993a1
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ class CaptchaType extends AbstractType
return array(
'width' => $this->width,
'height' => $this->height,
'length' => $this->length
'length' => $this->length,
'property_path' => false,
);
}