Merge pull request #14725 from cakephp/issue-14720

Fix SchemaShell configuration change.
This commit is contained in:
Mark Story 2020-06-19 16:20:12 -04:00 committed by GitHub
commit 5bc68fc9ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ class SchemaShell extends AppShell {
$this->out('Cake Schema Shell');
$this->hr();
Configure::write('Cache.disable', 1);
Configure::write('Cache.disable', true);
$name = $path = $connection = $plugin = null;
if (!empty($this->params['name'])) {