Skip to content
Snippets Groups Projects
Commit ea4eff99 authored by Satish's avatar Satish
Browse files

Fixes #526 - Google package update in schema

parent e4c4611f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ if(defined('VTIGER_UPGRADE')) {
) ENGINE=InnoDB DEFAULT CHARSET=utf8", true);
}
$updateModulesList = array('Project' => 'packages/vtiger/optional/Projects.zip');
$updateModulesList = array( 'Project' => 'packages/vtiger/optional/Projects.zip',
'Google' => 'packages/vtiger/optional/Google.zip');
foreach ($updateModulesList as $moduleName => $packagePath) {
$moduleInstance = Vtiger_Module::getInstance($moduleName);
if($moduleInstance) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment