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

Commit 039404f

Browse files
authored
Typo
1 parent 98a66c9 commit 039404f

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)