From 3f37ec3477f32059b094cab322cd37483d9092e8 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sat, 26 Jul 2014 17:42:07 +0000 Subject: 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 --- tools/triggers_list.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/triggers_list.php') 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 @@ -549,6 +549,12 @@ array( 'vars' => 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', -- cgit v1.2.3