Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 82a31ae

Browse files
authored
Merge pull request #5 from stormbyte/master
Typo
2 parents 0b2abbd + 039404f commit 82a31ae

File tree

1 file changed

+1
-1
lines changed
  • app/code/local/Emico/AttributeLanding/Model

1 file changed

+1
-1
lines changed

app/code/local/Emico/AttributeLanding/Model/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ public function getUrlPath()
158158
*/
159159
public function getRobots()
160160
{
161-
return this->getData('robots')?? Mage::getStoreConfig('design/head/default_robots');
161+
return $this->getData('robots')?? Mage::getStoreConfig('design/head/default_robots');
162162
}
163163
}

0 commit comments

Comments
 (0)