HOR-4505: update with 3.2.3

This commit is contained in:
Paula Quispe
2018-05-04 12:11:01 -04:00
28 changed files with 307 additions and 247 deletions

View File

@@ -2024,7 +2024,7 @@ class WorkspaceTools
CLI::logging("<*> Migrating an populating indexing for APP_CACHE_VIEW process took " . ($stop - $start) . " seconds.\n");
//Updating generated class files for PM Tables
passthru('./processmaker regenerate-pmtable-classes ' . $workspace->name);
passthru(PHP_BINARY . ' processmaker regenerate-pmtable-classes ' . $workspace->name);
mysql_close($link);
}