mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
"Added missing path define"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6005 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
c1533a6aa6
commit
f60d5bf4bc
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class Configure extends Object {
|
|||
'helper' => array_merge(array(HELPERS, APP), $paths['helper']),
|
||||
'controller' => array_merge(array(CONTROLLERS, APP), $paths['controller']),
|
||||
'view' => array_merge(array(VIEWS), $paths['view']),
|
||||
'model' => array_merge(array(MODELS), $paths['model']));
|
||||
'model' => array_merge(array(MODELS, APP), $paths['model']));
|
||||
}
|
||||
|
||||
foreach ($basePaths as $type => $default) {
|
||||
|
|
Loading…
Add table
Reference in a new issue