* Change judgment condition.
This commit is contained in:
@@ -844,7 +844,7 @@ class blockModel extends model
|
||||
$params->bugCount['default'] = 20;
|
||||
$params->bugCount['control'] = 'input';
|
||||
|
||||
if($this->config->edition == 'max')
|
||||
if($this->config->edition == 'max' or $this->config->edition == 'ipd')
|
||||
{
|
||||
if(helper::hasFeature('risk'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user