aboutsummaryrefslogtreecommitdiffstats
path: root/admin/cat_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/cat_list.php')
-rw-r--r--admin/cat_list.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php
index 57abe3f85..7168b3fd0 100644
--- a/admin/cat_list.php
+++ b/admin/cat_list.php
@@ -80,6 +80,7 @@ if (isset($_GET['delete']) and is_numeric($_GET['delete']) and !is_adviser())
delete_categories(array($_GET['delete']));
array_push($page['infos'], l10n('Virtual category deleted'));
update_global_rank();
+ redirect(get_root_url().'admin.php?page=cat_list');
}
// request to add a virtual category
else if (isset($_POST['submitAdd']))