PMSQL I added to change to PMFDerivateCase SOLVED

I added to change to PMFDerivateCase
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-01-29 11:51:34 -04:00
parent c148800df9
commit 4591e4527a

View File

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