mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
commit
195c348b9d
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue