mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing parse error added in last commit :(
This commit is contained in:
parent
0f6e87cab8
commit
bb7cc60d3f
1 changed files with 1 additions and 1 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Reference in a new issue