aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 560bc5a4b..59136afbd 100644
--- a/include/functions.inc.php
+++ b/include/functions.inc.php
@@ -983,6 +983,8 @@ SELECT '.$conf['user_fields']['email'].'
;';
list($email) = pwg_db_fetch_row(pwg_query($query));
+ $email = trigger_event('get_webmaster_mail_address', $email);
+
return $email;
}