* [bug#58953,done,0.1h] Adjust codes.

This commit is contained in:
daitingting
2025-01-09 16:18:58 +08:00
committed by 宋辰轩
parent 78d5ef2962
commit defa7d90a1
+1 -1
View File
@@ -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'),