Adding fix for Ticket #2351

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4783 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-04-05 16:09:51 +00:00
parent 52f03bd340
commit b486b6f076

View file

@ -1388,7 +1388,7 @@
$args = func_get_args();
foreach ($args[0] as $valueKey => $valueData) {
for ($i = 1; $i < func_num_args(); $i++) {
if (isset($arg[$i][$valueKey])) {
if (isset($args[$i][$valueKey])) {
continue 2;
}
}