Skip to content

Commit dcc2ca2

Browse files
committed
Mview patch update
1 parent 0d18cce commit dcc2ca2

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Mview

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public function unsubscribe()
249249
*/
250250
public function update()
251251
{
252-
if (!$this->isEnabled()) {
252+
if (!$this->isIdle() || !$this->isEnabled()) {
253253
return;
254254
}
255255

0 commit comments

Comments
 (0)