Skip to content

Commit

Permalink
~ fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Oct 10, 2024
1 parent 670e841 commit c1a9aca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/code/core/Mage/Rss/Block/Order/Details.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function getGiftMessageItem($_item)
return $helper->getGiftMessage($_item->getGiftMessageId());
}
return null;

}
public function getGiftMessageOrder()
{
Expand Down
1 change: 0 additions & 1 deletion app/code/core/Mage/Sales/Block/Order/Email/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
class Mage_Sales_Block_Order_Email_Items extends Mage_Sales_Block_Items_Abstract
{

public function getGiftMessageOrder()
{
if (!Mage::helper('core')->isModuleEnabled('Mage_GiftMessage')) {
Expand Down

0 comments on commit c1a9aca

Please sign in to comment.