mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating path to match the one found in the repository.
This commit is contained in:
parent
85752e21c1
commit
68482be3f1
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class App {
|
|||
'plugins' => array(
|
||||
APP . 'Plugin' . DS,
|
||||
APP . 'plugins' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'Plugin' . DS,
|
||||
dirname(dirname(CAKE)) . DS . 'plugins' . DS,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue