* [bug#58953,done,0.1h] Adjust codes.
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user