mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Added missing parameter to dynamic bind call
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5170 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
01d59c7a70
commit
cfe54f4049
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ConsoleShell extends Shell {
|
||||||
$M->bindModel(
|
$M->bindModel(
|
||||||
array("$association" => array(
|
array("$association" => array(
|
||||||
"$modelB" => array(
|
"$modelB" => array(
|
||||||
'className' => $modelB))));
|
'className' => $modelB))), false);
|
||||||
print "Added association $command\n";
|
print "Added association $command\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue