Merged in bugfix/PMC-476 (pull request #6784)
PMC-476 Approved-by: Paula Quispe <paula.quispe@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -1,20 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
|
||||||
* pmTablesProxy
|
|
||||||
*
|
|
||||||
* @author Erik Amaru Ortiz <erik@colosa.com, aortiz.erik@gmail.com>
|
|
||||||
* @inherits HttpProxyController
|
|
||||||
* @access public
|
|
||||||
*/
|
|
||||||
|
|
||||||
use ProcessMaker\Core\System;
|
use ProcessMaker\Core\System;
|
||||||
use ProcessMaker\Validation\ExceptionRestApi;
|
use ProcessMaker\Validation\ExceptionRestApi;
|
||||||
use ProcessMaker\Validation\ValidationUploadedFiles;
|
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
|
class pmTablesProxy extends HttpProxyController
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user