[SearchEngine] Update commands

This commit is contained in:
Romain Neutron
2012-08-24 11:44:10 +02:00
parent d120277cbf
commit bfed1a4d60
5 changed files with 33 additions and 3 deletions

View File

@@ -201,6 +201,9 @@ class module_console_fieldsMerge extends Command
'value' => $data,
)), true);
}
$this->getService('phraseanet.SE')->updateRecord($record);
unset($record);
}