From 7ff244193d78735b56ebad08cec04b2919b32542 Mon Sep 17 00:00:00 2001 From: jaugustin Date: Sun, 11 Nov 2012 18:59:57 +0100 Subject: [PATCH] fix display message --- Command/AbstractCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/AbstractCommand.php b/Command/AbstractCommand.php index 4b9ef76..1e35c3a 100644 --- a/Command/AbstractCommand.php +++ b/Command/AbstractCommand.php @@ -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; }