Skip to content

Commit

Permalink
Update MessageLogger.php
Browse files Browse the repository at this point in the history
Fixed usage of undeclared variable
  • Loading branch information
serzhik authored Mar 25, 2021
1 parent 04c88f1 commit 7570c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Module/MessageLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function getNotices()
* @param string $group
* @param string $notice
*/
public function addSuccess($group, $success)
public function addSuccess($group, $notice)
{
$this->messages['success'][$group][] = $notice;
}
Expand Down

0 comments on commit 7570c3d

Please sign in to comment.