From: Edward Date: Mon, 23 Jul 2018 11:05:07 +0000 (+0800) Subject: Mailer.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d85f1c7a8a68d0ad4068d57b7e5de2f792f6bfe9 Mailer.php --- 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);