BUG 9705 "upgrade ProcessMaker, creates temporary files" SOLVED

- Files created/uploaded to "PATH_DATA/upgrade" not are deleted, this
  in ProcessMaker (core) and Enterprise (plugin)
- Improved the creation/loaded of the files, once completed, are eliminated
* Available from version 2.0.44
This commit is contained in:
Victor Saisa Lopez
2012-09-07 13:56:34 -04:00
parent 5d30b356a9
commit 1f62ae3dd5
2 changed files with 114 additions and 150 deletions

View File

@@ -936,6 +936,8 @@ class workspaceTools {
workspaceTools::printInfo((array)$workspaceData);
}
G::rm_dir($tempDirectory);
}
static public function dirPerms($filename, $owner, $group, $perms) {