* Fix bug #29381.
This commit is contained in:
@@ -644,7 +644,7 @@ class custom extends control
|
||||
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'top'));
|
||||
}
|
||||
|
||||
$disabledFeatures = array('program', 'productLine');
|
||||
$disabledFeatures = array('program', 'productLine', 'scrum' => array());
|
||||
foreach($this->config->custom->features as $feature)
|
||||
{
|
||||
$function = 'has' . ucfirst($feature) . 'Data';
|
||||
|
||||
Reference in New Issue
Block a user