Fixing wrong key names for hasMany associations

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3775 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2006-10-31 08:07:16 +00:00
parent 19f5a9b677
commit fb7e66881c

View file

@ -1615,8 +1615,8 @@ class Bake {
$out .= "\t\t\t\t\t'offset' => '',\n";
$out .= "\t\t\t\t\t'dependent' => '',\n";
$out .= "\t\t\t\t\t'exclusive' => '',\n";
$out .= "\t\t\t\t\t'finderSql' => '',\n";
$out .= "\t\t\t\t\t'counterSql' => ''\n\t\t\t),\n\n";
$out .= "\t\t\t\t\t'finderQuery' => '',\n";
$out .= "\t\t\t\t\t'counterQuery' => ''\n\t\t\t),\n\n";
}
$out .= "\t);\n\n";
}