mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing issue where schema create would always dry run.
This commit is contained in:
parent
cf98942c72
commit
09ee1b7dce
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class SchemaShell extends Shell {
|
||||||
$plugin = $this->params['plugin'];
|
$plugin = $this->params['plugin'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->params['dry'])) {
|
if ($this->params['dry']) {
|
||||||
$this->__dry = true;
|
$this->__dry = true;
|
||||||
$this->out(__('Performing a dry run.'));
|
$this->out(__('Performing a dry run.'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue