Skip to content

Commit 0529b70

Browse files
committed
Merge pull request #76 from firewizard/master
fixed loading of missing lazy blocks
2 parents 1aa2d44 + d0d5fdc commit 0529b70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/community/Lesti/Fpc/Helper/Block.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ protected function _getLazyBlocksValidHash()
8181
$design = Mage::getDesign();
8282
$params['design'] = $design->getPackageName().'_'.
8383
$design->getTheme('template');
84+
85+
$params['blocks'] = implode(',', $this->getLazyBlocks());
86+
8487
return sha1(serialize($params));
8588
}
8689

@@ -133,4 +136,4 @@ public function getCacheTags($block)
133136
return $cacheTags;
134137
}
135138

136-
}
139+
}

0 commit comments

Comments
 (0)