Merge branch '3.8'

Conflicts:
	composer.json
	composer.lock
	lib/Alchemy/Phrasea/Controller/Admin/TaskManager.php
	lib/Alchemy/Phrasea/Core/Version.php
This commit is contained in:
Romain Neutron
2013-11-20 15:53:50 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ class module_console_checkExtension extends Command
$output->writeln( sprintf("<info>Succes ! </info> sbid=%d, rid=%d (%d spots)",
$sbid,
$ret["results"][0]["rid"],
$h["results"][0]["rid"],
count($h["results"][0]["spots"]))
);
} else {