Correcion a realizar upgrade de PM
This commit is contained in:
@@ -520,9 +520,9 @@ class workspaceTools
|
|||||||
CLI::logging("-> Rebuild Cache View with language $lang...\n");
|
CLI::logging("-> Rebuild Cache View with language $lang...\n");
|
||||||
//build using the method in AppCacheView Class
|
//build using the method in AppCacheView Class
|
||||||
$res = $appCache->fillAppCacheView($lang);
|
$res = $appCache->fillAppCacheView($lang);
|
||||||
|
}
|
||||||
//set status in config table
|
//set status in config table
|
||||||
$confParams = Array('LANG' => $lang, 'STATUS' => 'active');
|
$confParams = Array('LANG' => $lang, 'STATUS' => 'active');
|
||||||
}
|
|
||||||
$oConf->aConfig = $confParams;
|
$oConf->aConfig = $confParams;
|
||||||
$oConf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', '');
|
$oConf->saveConfig('APP_CACHE_VIEW_ENGINE', '', '', '');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user