mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Closes #5820, Duplicate value in result of Configure::corePaths();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7936 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b6cf586697
commit
e102144d42
1 changed files with 0 additions and 1 deletions
|
@ -515,7 +515,6 @@ class Configure extends Object {
|
|||
$paths['view'][] = $libs . 'view' . DS;
|
||||
$paths['helper'][] = $libs . 'view' . DS . 'helpers' . DS;
|
||||
$paths['cake'][] = $cake;
|
||||
$paths['class'][] = $cake;
|
||||
$paths['vendor'][] = $path . DS . 'vendors' . DS;
|
||||
$paths['shell'][] = $cake . 'console' . DS . 'libs' . DS;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue