mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix build
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user