mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typo
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4781 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
df78e11548
commit
dc06a86291
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class FormHelper extends AppHelper {
|
|||
} else if (ClassRegistry::isKeySet($this->model())) {
|
||||
$model =& ClassRegistry::getObject($this->model());
|
||||
$type = $model->getColumnType($this->field());
|
||||
$pimaryKey = $model->primaryKey;
|
||||
$primaryKey = $model->primaryKey;
|
||||
}
|
||||
|
||||
if(isset($type)) {
|
||||
|
|
Loading…
Reference in a new issue