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