From 80fc1c2f96575eb8aee1092a04fbbc42b056d4e1 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Jul 2013 16:41:59 +0000 Subject: feature 2941: add trigger on get_webmaster_mail_address git-svn-id: http://piwigo.org/svn/trunk@23887 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.inc.php') 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; } -- cgit v1.2.3