diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-03-06 02:07:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-03-06 02:07:15 +0000 |
commit | f797f8c7a179c79b1aabdd4c020efb6329699b8e (patch) | |
tree | fe13742ab9eb15663239b950f1ff96809050c95d /include | |
parent | 054d7c459fee32853a4bd9e984a7273eb0f52fbd (diff) |
permalinks: admin fix on some tricky cases when setting a new permalinks.inc.php
permalinks: added ability to sort the permalink tables in the admin
added new action in category_cats.inc.php
git-svn-id: http://piwigo.org/svn/trunk@1873 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/category_cats.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_cats.inc.php b/include/category_cats.inc.php index 9c0327362..cfdd8db66 100644 --- a/include/category_cats.inc.php +++ b/include/category_cats.inc.php @@ -177,7 +177,7 @@ if (count($categories) > 0) { update_cats_with_filtered_data($categories); } - + trigger_action('loc_begin_index_categories'); if ($conf['subcatify']) { $template->set_filename('mainpage_categories', 'mainpage_categories.tpl'); |