Merge branch '3.8'

Conflicts:
	lib/Alchemy/Phrasea/CLI.php
This commit is contained in:
Romain Neutron
2014-01-07 10:40:47 +01:00
3 changed files with 13 additions and 6 deletions

View File

@@ -118,4 +118,4 @@ $cli['console']->addCommands([
new VersionCommand(),
]);
exit($cli->runCLI());
exit(is_int($cli->run()) ? : 1);