diff options
author | flop25 <flop25@piwigo.org> | 2014-07-26 17:42:07 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-07-26 17:42:07 +0000 |
commit | 3f37ec3477f32059b094cab322cd37483d9092e8 (patch) | |
tree | 5a888a1900cc30c90485b91b055e36a69a21f3b7 /tools/triggers_list.php | |
parent | c97e8ed352b4e82a454b8664dc598181cd2f3494 (diff) |
add new trigger loc_end_photo_add_direct
First Contact tour reviewed and reworked to change dynamically with the new uploader
git-svn-id: http://piwigo.org/svn/trunk@29078 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/triggers_list.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/triggers_list.php b/tools/triggers_list.php index b94ca18ab..db227fa5f 100644 --- a/tools/triggers_list.php +++ b/tools/triggers_list.php @@ -550,6 +550,12 @@ array( 'files' => array('include\page_tail.php'), ), array( + 'name' => 'loc_end_photo_add_direct', + 'type' => 'trigger_notify', + 'vars' => array(), + 'files' => array('admin\photo_add_direct.php'), +), +array( 'name' => 'loc_end_picture', 'type' => 'trigger_notify', 'vars' => array(), |