Merge pull request #5831 from rchavik/2.6-fix-layout-dir

2.6 - Fix: "bake plugin" generates incorrect directory for View/Layouts
This commit is contained in:
Mark Story 2015-02-04 14:27:43 -05:00
commit 195c348b9d
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ class PluginTask extends AppShell {
'Test' . DS . 'Fixture',
'View' . DS . 'Elements',
'View' . DS . 'Helper',
'View' . DS . 'Layout',
'View' . DS . 'Layouts',
'webroot' . DS . 'css',
'webroot' . DS . 'js',
'webroot' . DS . 'img',

View file

@ -115,7 +115,7 @@ class PluginTaskTest extends CakeTestCase {
'Test' . DS . 'Fixture',
'View' . DS . 'Elements',
'View' . DS . 'Helper',
'View' . DS . 'Layout',
'View' . DS . 'Layouts',
'webroot' . DS . 'css',
'webroot' . DS . 'js',
'webroot' . DS . 'img',