Merge branch 'master' into 2.6

This commit is contained in:
mark_story 2014-07-18 21:50:05 -04:00
commit 0aabc5d910
2 changed files with 7 additions and 1 deletions

7
.gitignore vendored
View file

@ -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

View file

@ -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();