From 6560dffd942df2396866875b78131d705d6cb745 Mon Sep 17 00:00:00 2001 From: Luis Fernando Saisa Lopez Date: Thu, 22 Sep 2016 17:02:58 -0400 Subject: [PATCH] HOR-1922 "PMFAddInputDocument()..." --- workflow/engine/classes/class.pmFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index 2ac230034..a1c946f39 100644 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -1622,7 +1622,7 @@ function PMFUserList () //its test was successfull * @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFAddInputDocument.28.29 * * @param string(32) | $inputDocumentUid | ID of the input document | The unique ID of the input document. - * @param string(32) | $appDocUid | ID of the application document | The unique ID of the application document; if action is set to null or empty (Add), then this parameter it set to null or empty. + * @param string(32) | $appDocUid | ID of the application document | The unique ID of the application document; if action is set to null or empty (Add), then this parameter it set to null. * @param int | $docVersion | Document version | Document version. * @param string | $appDocType = "INPUT" | Document type | Document type. * @param string | $appDocComment | Document comment | Document comment.