mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
Merge remote-tracking branch 'origin/2.0' into 2.0
This commit is contained in:
commit
8d52907be7
3 changed files with 42 additions and 6 deletions
|
@ -314,8 +314,8 @@ class App {
|
|||
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
|
||||
'plugins' => array(
|
||||
APP . 'Plugin' . DS,
|
||||
APP . 'plugin' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'Plugin' . DS,
|
||||
APP . 'plugins' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'plugins' . DS,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue