summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/catalog.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index 20a2b0cb..c3c3799e 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -122,6 +122,10 @@ switch ($_REQUEST['action']) {
$catalog->add_to_catalog();
echo "</div>";
}
+ $url = conf('web_path') . '/admin/index.php';
+ $title = _('Catalog Updated');
+ $body = '';
+ show_confirmation($title,$body,$url);
break;
case 'delete_catalog':
/* Make sure they aren't in demo mode */