Skip to content

Commit 0b47c71

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-51905: [Github] Footer Miscellaneous HTML Not working #3333
1 parent 5e9691d commit 0b47c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Element/AbstractBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ protected function _loadCache()
10441044
*/
10451045
protected function _saveCache($data)
10461046
{
1047-
if ($this->getCacheLifetime() === null || !$this->_cacheState->isEnabled(self::CACHE_GROUP)) {
1047+
if (!$this->getCacheLifetime() || !$this->_cacheState->isEnabled(self::CACHE_GROUP)) {
10481048
return false;
10491049
}
10501050
$cacheKey = $this->getCacheKey();

0 commit comments

Comments
 (0)