Fix build

This commit is contained in:
Romain Neutron
2012-01-26 19:12:51 +01:00
parent defb77b314
commit b299e7d042
15 changed files with 84 additions and 61 deletions

View File

@@ -61,8 +61,8 @@ class task_period_upgradetov32 extends task_abstract
printf("taskid %s starting." . PHP_EOL, $this->get_task_id());
$registry = registry::get_instance();
$registry->set('GV_cache_server_type', 'nocache');
$registry->set('GV_sphinx', false);
$registry->set('GV_cache_server_type', 'nocache', \registry::TYPE_STRING);
$registry->set('GV_sphinx', false, \registry::TYPE_BOOLEAN);
if (!$this->sbas_id)
{