diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/ActionsByEmail.php b/workflow/engine/src/ProcessMaker/BusinessModel/ActionsByEmail.php index 611d81910..6fde65015 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/ActionsByEmail.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/ActionsByEmail.php @@ -11,7 +11,6 @@ class ActionsByEmail public function saveConfiguration($params) { - /*----------------------------------********---------------------------------*/ if (\PMLicensedFeatures ::getSingleton() ->verifyfeature('zLhSk5TeEQrNFI2RXFEVktyUGpnczV1WEJNWVp6cjYxbTU3R29mVXVZNWhZQT0=')) { @@ -32,12 +31,10 @@ class ActionsByEmail break; } } - /*----------------------------------********---------------------------------*/ } public function loadConfiguration($params) { - /*----------------------------------********---------------------------------*/ if ($params['type'] != 'activity' || !\PMLicensedFeatures ::getSingleton() @@ -45,7 +42,6 @@ class ActionsByEmail { return false; } - /*----------------------------------********---------------------------------*/ require_once 'classes/model/AbeConfiguration.php'; $criteria = new \Criteria();