fix: [feeds] Stop the reset of the attribute count after a feed pull is completed, fixes #4414

pull/4435/head
iglocska 2019-04-05 10:46:32 +02:00
parent d3d242117e
commit a26b38e2f5
1 changed files with 1 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ class Feed extends AppModel
}
if (!empty($data)) {
unset($event['Event']['timestamp']);
unset($event['Event']['attribute_count']);
$this->Event->save($event);
}
if ($feed['Feed']['publish']) {