Skip to content

Commit

Permalink
belongs not to that PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Nov 18, 2024
1 parent d109f0e commit 8bbd620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/core/Mage/AdminNotification/Model/Inbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ public function getNoticeStatus()

/**
* Parse and save new data
* @return $this
*/
public function parse(array $data)
{
$this->getResource()->parse($this, $data);
return $this->getResource()->parse($this, $data);
}

/**
Expand Down

0 comments on commit 8bbd620

Please sign in to comment.