Adding extra parameter to newCaseImpersonate

This commit is contained in:
ralph
2013-03-19 11:36:06 -04:00
parent f5d94ebbf9
commit 07c322c210
4 changed files with 8 additions and 15 deletions

View File

@@ -2006,7 +2006,7 @@ function PMFDerivateCase ($caseId, $delIndex, $bExecuteTriggersBeforeAssignment
* @return int | $result | Result | Returns 1 if new case was created successfully; otherwise, returns 0 if an error occurred.
*
*/
function PMFNewCaseImpersonate ($processId, $userId, $variables, $taskId = '0')
function PMFNewCaseImpersonate ($processId, $userId, $variables, $taskId = '')
{
G::LoadClass( "wsBase" );