mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typos
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4263 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b6c1b9718f
commit
c7f045c832
1 changed files with 3 additions and 3 deletions
|
@ -476,14 +476,14 @@ class Model extends Overloadable {
|
|||
/**
|
||||
* Bind model associations on the fly.
|
||||
*
|
||||
* If $permenant is true, association will not be reset
|
||||
* If $permanent is true, association will not be reset
|
||||
* to the originals defined in the model
|
||||
*
|
||||
* @param array $params
|
||||
* @param boolean $permenant
|
||||
* @param boolean $permanent
|
||||
* @return void
|
||||
*/
|
||||
function bind($assoc, $params, $permenant = true) {
|
||||
function bind($assoc, $params, $permanent = true) {
|
||||
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue