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