mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing the CAKE_CORE_INCLUDE_PATH, including the new 'lib' namespace.
This commit is contained in:
parent
a07094fd69
commit
5280f5aa5c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
* Full path to the directory containing "cake". Do not add trailing directory separator
|
||||
*/
|
||||
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
|
||||
define('CAKE_CORE_INCLUDE_PATH', ROOT);
|
||||
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'lib');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue