From aaf7dfcde9144459f07a5cc003701fdbd2096cab Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 11:40:16 +0800 Subject: [PATCH] Tests/Mailer.php --- Tests/Mailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Mailer.php b/Tests/Mailer.php index cf600774..f1fa65eb 100644 --- a/Tests/Mailer.php +++ b/Tests/Mailer.php @@ -26,7 +26,7 @@ class Pman_Core_Tests_Mailer extends Pman } - function get($q, $opts) + function get($q, $opts=array()) { // send a test email to me... $this->rcpts = $opts['to']; -- 2.39.2