diff --git a/module/product/model.php b/module/product/model.php index 0a72a4b576..ef8cda66ba 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -39,7 +39,7 @@ class productModel extends model if($currentModule == 'story') { if($currentMethod != 'create' and $currentMethod != 'batchcreate') $currentModule = 'product'; - if($currentMethod == 'view') $currentMethod = 'browse'; + if($currentMethod == 'view' || $currentMethod == 'change' || $currentMethod == 'review') $currentMethod = 'browse'; } if($currentMethod == 'report') $currentMethod = 'browse';