diff options
author | flop25 <flop25@piwigo.org> | 2014-04-06 19:25:38 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-04-06 19:25:38 +0000 |
commit | 125c8dab4721e680ed529278b25ea8da249eb6f4 (patch) | |
tree | 1fa6d5da0cf735d831dc8c8ed8ebadc125eb433e /include/no_photo_yet.inc.php | |
parent | 2fa746ff100edb9cfa4f7803cab2bfa8ca14ab7b (diff) |
2 triggers
todo update 2.6 branch and trigger list
git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/no_photo_yet.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/no_photo_yet.inc.php b/include/no_photo_yet.inc.php index 608da6c9c..8b5272528 100644 --- a/include/no_photo_yet.inc.php +++ b/include/no_photo_yet.inc.php @@ -97,6 +97,8 @@ SELECT ); } + trigger_action('loc_end_no_photo_yet'); + $template->pparse('no_photo_yet'); exit(); } |