From efb16d133cc5ce4cbc313207e5bc369eaabdcff5 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 9 Jul 2013 16:57:08 +0000 Subject: feature:2941 update triggers_list.php :-) git-svn-id: http://piwigo.org/svn/trunk@23888 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/triggers_list.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools') diff --git a/tools/triggers_list.php b/tools/triggers_list.php index dbc0cc919..53c0b4ac2 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -231,6 +231,13 @@ array( 'files' => array('admin\tags.php', 'admin\include\functions.php (get_taglist)'), 'infos' => 'New in 2.4', ), +array( + 'name' => 'get_webmaster_mail_address', + 'type' => 'trigger_event', + 'vars' => array('string', 'email'), + 'files' => array('include\functions.inc.php (get_webmaster_mail_address)'), + 'infos' => 'New in 2.6', +), array( 'name' => 'init', 'type' => 'trigger_action', -- cgit v1.2.3