BUG 10143 Error con campos tipo fecha al hacer upgrade de la version... SOLVED

- Not performed properly deleting files.
- Was changed function delete.
This commit is contained in:
Marco Antonio Nina
2012-12-05 15:17:57 -04:00
parent c957de4ee8
commit db287504ee

View File

@@ -96,7 +96,8 @@ function run_upgrade($command, $args)
}
CLI::logging("Clearing cache...\n");
if (defined('PATH_C')) {
rm_dir(PATH_C, true);
G::rm_dir(PATH_C);
mkdir(PATH_C, 0777, true);
}
$workspaces = get_workspaces_from_args($command);
$count = count($workspaces);