Correcion a realizar upgrade de PM

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-06-03 11:21:25 -04:00
parent af1efd2256
commit c1b36a308d

View File

@@ -520,9 +520,9 @@ class workspaceTools
CLI::logging("-> Rebuild Cache View with language $lang...\n");
//build using the method in AppCacheView Class
$res = $appCache->fillAppCacheView($lang);
//set status in config table
$confParams = Array('LANG' => $lang, 'STATUS' => 'active');
}
//set status in config table
$confParams = Array('LANG' => $lang, 'STATUS' => 'active');
$oConf->aConfig = $confParams;
$oConf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', '');