This commit is contained in:
daitingting
2022-11-08 01:42:27 +00:00
parent bd18396178
commit 0578e78e51
+1 -1
View File
@@ -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';