This commit is contained in:
Julio Cesar Laura Avendaño
2018-04-13 15:41:37 -04:00
parent 56663da08a
commit 334170bd6e
3 changed files with 9 additions and 9 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);
}