Observations PR

This commit is contained in:
Paula Quispe
2017-05-22 15:57:08 -04:00
parent 9e1f8580ed
commit 3b951511fa

View File

@@ -984,7 +984,7 @@ function migrate_content($args, $opts)
$start = microtime(true); $start = microtime(true);
//We defined the constants related the workspace //We defined the constants related the workspace
$wsName = $workspaces[key($workspaces)]->name; $wsName = $workspaces[key($workspaces)]->name;
Bootstrap::setConstantsRelatedWs($wsName);error_log(SYS_SYS.$lang); Bootstrap::setConstantsRelatedWs($wsName);
//Loop, read all the attributes related to the one workspace //Loop, read all the attributes related to the one workspace
CLI::logging("> Optimizing content data...\n"); CLI::logging("> Optimizing content data...\n");
foreach ($workspaces as $workspace) { foreach ($workspaces as $workspace) {