Remove deprectaed feature

This commit is contained in:
Romain Neutron
2012-10-02 13:09:16 +02:00
parent 54428eed6d
commit ec40ce3d49
30 changed files with 118 additions and 578 deletions

View File

@@ -57,16 +57,9 @@ class module_console_taskState extends Command
return $this;
}
public function requireSetup()
{
return false;
}
protected function doExecute(InputInterface $input, OutputInterface $output)
{
try {
$this->checkSetup();
} catch (\RuntimeException $e) {
if (!$this->container['phraseanet.configuration']->isInstalled()) {
return self::EXITCODE_SETUP_ERROR;
}