aboutsummaryrefslogtreecommitdiffstats
path: root/admin/photos_add_direct.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-07-26 17:42:07 +0000
committerflop25 <flop25@piwigo.org>2014-07-26 17:42:07 +0000
commit3f37ec3477f32059b094cab322cd37483d9092e8 (patch)
tree5a888a1900cc30c90485b91b055e36a69a21f3b7 /admin/photos_add_direct.php
parentc97e8ed352b4e82a454b8664dc598181cd2f3494 (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 'admin/photos_add_direct.php')
-rw-r--r--admin/photos_add_direct.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/photos_add_direct.php b/admin/photos_add_direct.php
index c58240b03..9f3e88866 100644
--- a/admin/photos_add_direct.php
+++ b/admin/photos_add_direct.php
@@ -66,6 +66,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/photos_add_direct_prepare.inc.php');
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
+trigger_notify('loc_end_photo_add_direct');
$template->assign_var_from_handle('ADMIN_CONTENT', 'photos_add');
?>