mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #14725 from cakephp/issue-14720
Fix SchemaShell configuration change.
This commit is contained in:
commit
5bc68fc9ec
1 changed files with 1 additions and 1 deletions
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in a new issue