Update bakeshell so bake all gets the correct connection name.

Fixes #3972
This commit is contained in:
mark_story 2013-08-09 10:08:01 -04:00
parent 49d66af12e
commit 86dcebf28b

View file

@ -66,6 +66,9 @@ class BakeShell extends AppShell {
$this->{$task}->connection = $this->params['connection'];
}
}
if (isset($this->params['connection'])) {
$this->connection = $this->params['connection'];
}
}
/**