From d85f1c7a8a68d0ad4068d57b7e5de2f792f6bfe9 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 23 Jul 2018 19:05:07 +0800 Subject: [PATCH] Mailer.php --- Mailer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mailer.php b/Mailer.php index 63ba6b26..3588ee47 100644 --- a/Mailer.php +++ b/Mailer.php @@ -110,8 +110,6 @@ class Pman_Core_Mailer { function toData() { - $ts = microtime(true); - $templateFile = $this->template; $args = (array)$this->contents; $content = clone($this->page); -- 2.39.2