Skip to content

Commit

Permalink
Update Notifications_Boxcar.php
Browse files Browse the repository at this point in the history
Declaration must be compatible with Notifications_abs->sendMessage(type, title, body, sourceUrl, smtp)
  • Loading branch information
Sweepr committed Dec 7, 2020
1 parent 469787d commit 30231a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notifications/Notifications_Boxcar.php
Expand Up @@ -22,7 +22,7 @@ public function register()

// register

public function sendMessage($type, $title, $body, $sourceUrl)
public function sendMessage($type, $title, $body, $sourceUrl, $smtp)
{
$this->boxcarObj->notify($this->_dataArray['email'], $this->_appName, $body, null, null, $sourceUrl);
}
Expand Down

0 comments on commit 30231a8

Please sign in to comment.