Merged in dheeyi/processmaker/MT-28 (pull request #3906)

MT-28
This commit is contained in:
Gustavo Cruz
2016-03-22 16:33:59 -04:00
7 changed files with 49 additions and 23 deletions

View File

@@ -3929,7 +3929,7 @@ class Processes
* @param array $arrayData
* @throws Exception
*/
public function updateFilesManager(array $arrayData)
public function updateFilesManager($processUid, array $arrayData)
{
try {
$filesManager = new \ProcessMaker\BusinessModel\FilesManager();