fix display message

This commit is contained in:
jaugustin 2012-11-11 18:59:57 +01:00
parent a8bb6a2a8b
commit 7ff244193d

View file

@ -238,6 +238,7 @@ abstract class AbstractCommand extends ContainerAwareCommand
if ($this->input && $this->input->hasOption('connection') && $this->input->getOption('connection')
&& $database['name'] != $this->input->getOption('connection')) {
//we skip this schema because the connection name doesn't match the input value
unset($this->tempSchemas[$tempSchema]);
$filesystem->remove($file);
continue;
}