fix: fix typo

pull/7953/head
Luciano Righetti 2021-11-11 10:24:56 +01:00
parent 53ecb2f946
commit 00028760f2
1 changed files with 2 additions and 2 deletions

View File

@ -2211,9 +2211,9 @@ class Attribute extends AppModel
$eventTags = array();
}
$count_params = $params;
$find_params = $params;
unset($find_params['limit']);
$result_count = $this->find('count', $count_params);
$result_count = $this->find('count', $find_params);
while ($continue) {
if ($loop) {