mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge branch 'master' into 2.6
This commit is contained in:
commit
0aabc5d910
2 changed files with 7 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -8,6 +8,11 @@
|
|||
/build
|
||||
/dist
|
||||
/tags
|
||||
*.mo
|
||||
|
||||
# IDE and editor specific files #
|
||||
#################################
|
||||
.idea
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
|
@ -18,4 +23,4 @@
|
|||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
|
|
@ -188,6 +188,7 @@ class ControllerTask extends BakeTask {
|
|||
if (strtolower($wannaUseSession) === 'y') {
|
||||
array_push($components, 'Session');
|
||||
}
|
||||
array_unique($components);
|
||||
}
|
||||
} else {
|
||||
list($wannaBakeCrud, $wannaBakeAdminCrud) = $this->_askAboutMethods();
|
||||
|
|
Loading…
Reference in a new issue