diff options
author | mistic100 <mistic@piwigo.org> | 2013-07-09 16:57:08 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-07-09 16:57:08 +0000 |
commit | efb16d133cc5ce4cbc313207e5bc369eaabdcff5 (patch) | |
tree | a9588c5f5dd0464d8fa505476273dbdbd99a82cc | |
parent | 80fc1c2f96575eb8aee1092a04fbbc42b056d4e1 (diff) |
feature:2941 update triggers_list.php :-)
git-svn-id: http://piwigo.org/svn/trunk@23888 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | tools/triggers_list.php | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -232,6 +232,13 @@ array( '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', 'vars' => array(), |