From 7f2fde396096cc993a86762a80e10f69b51993fb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:28:36 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index e4887ef3..47b2a7c0 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -6,7 +6,7 @@ require_once 'Mail/smtpmx.php'; class Pman_Core_NotifySmtpCheck extends Pman { - function get() + function get($v, $opts=array()) { $this->check(); exit; -- 2.39.2