temporarily reverting change in email to allow all comments to be delivered

This commit is contained in:
real_nowhereman 2008-07-12 18:34:31 +00:00
parent 2cfe68a25d
commit 7b04a345fd

View File

@ -219,7 +219,7 @@
global $post; global $post;
$comm_mail = isset($arr['email'])? "<{$arr['email']}>" : ''; $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... $post = $e; // plugin such as prettyurls might need this...