Skip to content

Commit 1f47a72

Browse files
committed
Change to site_mail email address.
1 parent 1a089b2 commit 1f47a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2web_print_send_to_friend.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function os2web_print_send_to_friend_send_to_friend($bullet_point_id) {
128128

129129
$body .= os2web_print_send_to_friend_print_bullet_point($bullet_point_id);
130130

131-
$from = variable_get('system_mail');
131+
$from = variable_get('site_mail');
132132
$message = array(
133133
'id' => 'send_to_friend_',
134134
'to' => $_POST['email'],

0 commit comments

Comments
 (0)