diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-11-10 01:10:42 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-11-10 01:10:42 +0000 |
commit | 724671b669d5a0e5a2ffb684ffd4534584c52113 (patch) | |
tree | 0bbe2f62f2a325ee0060627e032c8b99b0b98341 /include/section_init.inc.php | |
parent | e5e776a263ba63407893a28df379f2ac8152680c (diff) |
git-svn-id: http://piwigo.org/svn/trunk@1604 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/section_init.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php index 8d0525422..9db071714 100644 --- a/include/section_init.inc.php +++ b/include/section_init.inc.php @@ -652,4 +652,6 @@ SELECT id,file $page['image_id'] = -1; // will fail in picture.php } } + +trigger_action('loc_end_section_init'); ?>
\ No newline at end of file |