fix: [fast_update] recorrelation typo

pull/9432/head
iglocska 2023-11-23 10:26:17 +01:00
parent 9b9a4ecd7f
commit 79cd0015a1
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -2762,7 +2762,7 @@ class Attribute extends AppModel
}
if ($this->fast_update) {
// Let's recorrelate the event
$this->Corrleation->generateCorrelation(false, $event['Event']['id']);
$this->Correlation->generateCorrelation(false, $event['Event']['id']);
// Instead of incrementing / decrementing the event
$attribute_count = $this->find('count', [
'conditions' => [