Skip to content

Commit 861f596

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-53766: [github #4170] Product list widget doesn't update minicart info
1 parent 545a4b4 commit 861f596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public function aroundDispatch(
6464
\Closure $proceed,
6565
\Magento\Framework\App\RequestInterface $request
6666
) {
67+
$this->version->process();
6768
if (!$this->config->isEnabled() || $this->config->getType() != \Magento\PageCache\Model\Config::BUILT_IN) {
6869
return $proceed($request);
6970
}
70-
$this->version->process();
7171
$result = $this->kernel->load();
7272
if ($result === false) {
7373
$result = $proceed($request);

0 commit comments

Comments
 (0)