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:
@@ -75,7 +75,7 @@ class XmlFormFieldTextPm extends XmlFormFieldSimpleText
|
|||||||
* @param eter string owner
|
* @param eter string owner
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function renderGrid($values = array(), $owner)
|
public function renderGrid($values = array(), $owner = null, $paramDummy3 = null, $paramDummy4 = null)
|
||||||
{
|
{
|
||||||
$result = array();
|
$result = array();
|
||||||
$r = 1;
|
$r = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user