From 5e8b17d6df37af8c1c0542920de84223f62b69e0 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Thu, 23 Dec 2021 17:11:35 +0800 Subject: [PATCH] *Fix bug #17399. --- module/product/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/control.php b/module/product/control.php index 2091ceb769..4bf1aba742 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -775,7 +775,7 @@ class product extends control $this->executeHooks($productID); if($this->viewType == 'json') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess)); - die(js::locate($this->createLink('product', 'browse'), 'parent')); + die(js::locate($this->createLink('product', 'all'), 'parent')); } }