Skip to content

Commit

Permalink
fixed typo osclass#1759
Browse files Browse the repository at this point in the history
  • Loading branch information
garciademarina committed Nov 7, 2014
1 parent e1c0f1f commit 631085f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oc-includes/osclass/emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function fn_email_user_registration($user) {
$user['s_email']
);
$title = osc_apply_filter('email_user_registration_title_after', osc_mailBeauty(osc_apply_filter('email_title', osc_apply_filter('email_user_registration_title', $content['s_title'], $user)), $words), $user);
$body = osc_apply_filter('email_user_regsitration_description_after', osc_mailBeauty(osc_apply_filter('email_description', osc_apply_filter('email_user_regsitration_description', $content['s_text'], $user)), $words), $user);
$body = osc_apply_filter('email_user_registration_description_after', osc_mailBeauty(osc_apply_filter('email_description', osc_apply_filter('email_user_registration_description', $content['s_text'], $user)), $words), $user);

$emailParams = array(
'subject' => $title,
Expand Down Expand Up @@ -1294,7 +1294,7 @@ function fn_email_auto_upgrade($result) {
function _osc_from_email_aux() {
$tmp = osc_mailserver_mail_from();
return !empty($tmp)?$tmp:osc_contact_email();
}
}


/* file end: ./oc-includes/osclass/emails.php */

0 comments on commit 631085f

Please sign in to comment.