mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fix: "bake plugin" generates incorrect directory for View/Layouts
This commit is contained in:
parent
970cb81d03
commit
acd32b71fe
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ class PluginTask extends AppShell {
|
||||||
'Test' . DS . 'Fixture',
|
'Test' . DS . 'Fixture',
|
||||||
'View' . DS . 'Elements',
|
'View' . DS . 'Elements',
|
||||||
'View' . DS . 'Helper',
|
'View' . DS . 'Helper',
|
||||||
'View' . DS . 'Layout',
|
'View' . DS . 'Layouts',
|
||||||
'webroot' . DS . 'css',
|
'webroot' . DS . 'css',
|
||||||
'webroot' . DS . 'js',
|
'webroot' . DS . 'js',
|
||||||
'webroot' . DS . 'img',
|
'webroot' . DS . 'img',
|
||||||
|
|
|
@ -115,7 +115,7 @@ class PluginTaskTest extends CakeTestCase {
|
||||||
'Test' . DS . 'Fixture',
|
'Test' . DS . 'Fixture',
|
||||||
'View' . DS . 'Elements',
|
'View' . DS . 'Elements',
|
||||||
'View' . DS . 'Helper',
|
'View' . DS . 'Helper',
|
||||||
'View' . DS . 'Layout',
|
'View' . DS . 'Layouts',
|
||||||
'webroot' . DS . 'css',
|
'webroot' . DS . 'css',
|
||||||
'webroot' . DS . 'js',
|
'webroot' . DS . 'js',
|
||||||
'webroot' . DS . 'img',
|
'webroot' . DS . 'img',
|
||||||
|
|
Loading…
Add table
Reference in a new issue