From f797f8c7a179c79b1aabdd4c020efb6329699b8e Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 6 Mar 2007 02:07:15 +0000 Subject: 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 --- include/category_cats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_cats.inc.php') 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'); -- cgit v1.2.3