From defa7d90a16b95c7dae099e504db2a3485b42d37 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 9 Jan 2025 08:16:22 +0000 Subject: [PATCH] * [bug#58953,done,0.1h] Adjust codes. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index 128e6330c2..8fe630d714 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -1238,7 +1238,7 @@ eof; } if($module == 'product' and $method == 'browse' and !empty($this->app->params['storyType']) and $this->app->params['storyType'] != 'story') $method = $this->app->params['storyType']; - if($module == 'productplan' && ($method == 'story' || $method == 'bug')) $method = 'view;' + if($module == 'productplan' && ($method == 'story' || $method == 'bug')) $method = 'view'; $openMethods = array( 'user' => array('deny', 'logout'),