Skip to content

Commit

Permalink
Figures it'd be a missing paren.
Browse files Browse the repository at this point in the history
  • Loading branch information
beporter committed Aug 11, 2014
1 parent be9be48 commit 6358208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/SchemaShell.php
Expand Up @@ -66,7 +66,7 @@ public function startup() {
list($this->params['plugin'], $splitName) = pluginSplit($name);
$name = $this->params['name'] = $splitName;
}
if ($name && empty($this->params['file']) {
if ($name && empty($this->params['file'])) {
$this->params['file'] = Inflector::underscore($name);
} else {
$this->params['file'] = 'schema.php';
Expand Down

0 comments on commit 6358208

Please sign in to comment.