Fixing parse error added in last commit :(

This commit is contained in:
Mark Story 2010-04-17 02:13:22 -04:00
parent 0f6e87cab8
commit bb7cc60d3f

View file

@ -216,7 +216,7 @@ class FormHelper extends AppHelper {
$object =& $this->_introspectModel($model);
$this->setEntity($model . '.', true);
$modelEntity = $this->model()
$modelEntity = $this->model();
if (isset($this->fieldset[$modelEntity]['key'])) {
$data = $this->fieldset[$modelEntity];
$recordExists = (