From 7b04a345fd48e45036694635b00ecdd84885ccd4 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 12 Jul 2008 18:34:31 +0000 Subject: [PATCH] temporarily reverting change in email to allow all comments to be delivered --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index a34ae06..0570ac3 100644 --- a/comments.php +++ b/comments.php @@ -219,7 +219,7 @@ global $post; $comm_mail = isset($arr['email'])? "<{$arr['email']}>" : ''; - $from_mail = $comm_mail? $arr['email'] : $fp_config['general']['email']; + $from_mail = $fp_config['general']['email']; $post = $e; // plugin such as prettyurls might need this...