mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing typo (ticket #2057)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4452 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
dddbaa69f2
commit
24d65cafbc
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ class Model extends Overloadable {
|
|||
} elseif (isset($options[0])) {
|
||||
$assoc = $options[0];
|
||||
}
|
||||
if(!$permenant) {
|
||||
if(!$permanent) {
|
||||
$this->__backAssociation[$assoc] = $this->{$assoc};
|
||||
}
|
||||
foreach($model as $key => $value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue