diff options
Diffstat (limited to 'includes/mail.inc')
-rw-r--r-- | includes/mail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/mail.inc b/includes/mail.inc index 4234aacab..64b9b9363 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -433,7 +433,7 @@ function _drupal_wrap_mail_line(&$line, $key, $values) { function _drupal_html_to_mail_urls($match = NULL, $reset = FALSE) { global $base_url, $base_path; static $urls = array(), $regexp; - + if ($reset) { // Reset internal URL list. $urls = array(); |