diff --git a/workflow/engine/controllers/pmTablesProxy.php b/workflow/engine/controllers/pmTablesProxy.php index e55c7e852..d751effff 100644 --- a/workflow/engine/controllers/pmTablesProxy.php +++ b/workflow/engine/controllers/pmTablesProxy.php @@ -1,20 +1,9 @@ - * @inherits HttpProxyController - * @access public - */ use ProcessMaker\Core\System; use ProcessMaker\Validation\ExceptionRestApi; use ProcessMaker\Validation\ValidationUploadedFiles; -//We need to suppress the error for the unittest that use this function -@header("Content-type: text/html;charset=utf-8"); - - class pmTablesProxy extends HttpProxyController {