HOR-4547: Classic / Task / Properties / Definition,

PHP Warning:  Declaration of XmlFormFieldTextPm::renderGrid($values, $owner) should be compatible with XmlFormFieldSimpleText::renderGrid($values = Array, $owner = NULL, $paramDummy3 = NULL, $paramDummy4 = NULL) in /srv/http/processmaker/workflow/engine/classes/XmlFormFieldTextPm.php on line 120
This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-05-11 09:59:42 -04:00
parent 878c8acefb
commit 68b138fc9f

View File

@@ -75,7 +75,7 @@ class XmlFormFieldTextPm extends XmlFormFieldSimpleText
* @param eter string owner
* @return string
*/
public function renderGrid($values = array(), $owner)
public function renderGrid($values = array(), $owner = null, $paramDummy3 = null, $paramDummy4 = null)
{
$result = array();
$r = 1;