Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Feb 8, 2024
1 parent b851a28 commit 493e7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/Model/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public function cleanType($typeCode)
$path = self::XML_PATH_TYPES . '/' . $typeCode . '/tags';
$tagsConfig = Mage::getConfig()->getNode($path);
if ($tagsConfig) {
$this->save(Mage::getSingleton('core/date')->gmtDate(), (string) $tagsConfig . "_updated_at");
$this->save(Mage::getSingleton('core/date')->gmtDate(), (string)$tagsConfig . "_updated_at");
}

$types = $this->_getInvalidatedTypes();
Expand Down

0 comments on commit 493e7f9

Please sign in to comment.