We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fef4b4 commit 0d18cceCopy full SHA for 0d18cce
lib/internal/Magento/Framework/Mview/View.php
@@ -205,7 +205,7 @@ public function load($viewId)
205
*/
206
public function subscribe()
207
{
208
- //if ($this->getState()->getMode() !== View\StateInterface::MODE_ENABLED) {
+ if ($this->getState()->getMode() !== View\StateInterface::MODE_ENABLED) {
209
// Create changelog table
210
$this->getChangelog()->create();
211
@@ -215,7 +215,7 @@ public function subscribe()
215
216
// Update view state
217
$this->getState()->setMode(View\StateInterface::MODE_ENABLED)->save();
218
- // }
+ }
219
220
return $this;
221
}
0 commit comments