From 1a0f752b1d93c50cc8caa3703452fdca6f97b936 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 8 Aug 2014 13:43:48 -0400 Subject: [PATCH] no need to call this_host() again --- contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.php b/contact.php index 86fccb9..743a953 100644 --- a/contact.php +++ b/contact.php @@ -58,7 +58,7 @@ function contact_main_form($id = false) { $email_template = new tem(); $email_template->load('contact.email.txt'); $email_template->sets($data); - $email_template->set('$host', this_host()); + $email_template->set('$host', $host); $message = $email_template->run(); $cc = ''; $bcc = ''; -- 1.7.10.4