Merged in feature/HOR-3559 (pull request #5906)

Feature/HOR-3559

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Julio Cesar Laura Avendaño
2017-08-10 23:53:59 +00:00
71 changed files with 1042 additions and 840 deletions

View File

@@ -465,7 +465,6 @@ class workspaceTools
foreach ($information as $key => $value) {
$arrayLang[] = trim($value['LOCALE']);
}
//require_once ('classes/model/Content.php');
$regenerateContent = new Content();
$regenerateContent->regenerateContent($arrayLang, $workSpace);
}
@@ -660,7 +659,6 @@ class workspaceTools
{
$this->initPropel(true);
//require_once ('classes/model/AppCacheView.php');
//check the language, if no info in config about language, the default is 'en'
$oConf = new Configurations();