Skip to content

Commit

Permalink
OM PR 4385
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Nov 26, 2024
1 parent f49e619 commit e1b00bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/code/core/Mage/GiftMessage/Helper/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ public function isMessagesAvailable($type, Varien_Object $entity, $store = null)
if ($item->getParentItem()) {
continue;
}
if ($this->isMessagesAvailable($_type, $item, $store)) {
return true;
}
return $this->isMessagesAvailable($_type, $item, $store);
}
// no break
case self::TYPE_ITEM:
Expand Down

0 comments on commit e1b00bd

Please sign in to comment.