temporarily reverting change in email to allow all comments to be delivered
This commit is contained in:
parent
2cfe68a25d
commit
7b04a345fd
@ -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...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user