From b24a3eca66c940c9c9ed1556825368a0d89ae1f4 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Wed, 29 May 2019 11:07:49 -0400 Subject: [PATCH] PMC-476 --- workflow/engine/controllers/pmTablesProxy.php | 11 ----------- 1 file changed, 11 deletions(-) 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 {