mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Figures it'd be a missing paren.
This commit is contained in:
parent
be9be48c46
commit
6358208e32
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class SchemaShell extends AppShell {
|
|||
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';
|
||||
|
|
Loading…
Reference in a new issue