mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing core path
This commit is contained in:
parent
4e722ddb74
commit
4389764050
1 changed files with 1 additions and 2 deletions
|
@ -339,8 +339,7 @@ class App {
|
|||
static $paths = false;
|
||||
if (!$paths) {
|
||||
$paths = array();
|
||||
$libs = LIBS;
|
||||
$cake = dirname($libs) . DS;
|
||||
$cake = $libs = LIBS;
|
||||
$path = dirname($cake) . DS;
|
||||
|
||||
$paths['cake'][] = $cake;
|
||||
|
|
Loading…
Reference in a new issue