aboutsummaryrefslogtreecommitdiffstats
path: root/admin/picture_modify.php
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2014-03-23 21:15:22 +0000
committerflop25 <flop25@piwigo.org>2014-03-23 21:15:22 +0000
commit3c10508bd854fc33f5f0843571e1b8eeb13d3c06 (patch)
tree036336158757c4aa84cf523333022be1a33051ec /admin/picture_modify.php
parente2a9779c8bf52c715927464db349646393305aca (diff)
adding 2 loc_end trigger
git-svn-id: http://piwigo.org/svn/trunk@27896 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/picture_modify.php')
-rw-r--r--admin/picture_modify.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index 23b28b78f..8e8e1c081 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -478,6 +478,8 @@ SELECT id,name,uppercats,global_rank
display_select_cat_wrapper($query, $associate_options_selected, 'associate_options');
display_select_cat_wrapper($query, $represent_options_selected, 'represent_options');
+trigger_action('loc_end_picture_modify');
+
//----------------------------------------------------------- sending html code
$template->assign_var_from_handle('ADMIN_CONTENT', 'picture_modify');