Skip to content

Commit a5bbd74

Browse files
committed
Fixed Cake core include path in index.php in root
1 parent c201669 commit a5bbd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Full path to the directory containing "cake". Do not add trailing directory separator
3636
*/
3737
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
38-
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'vendors' . DS . 'pear-pear.cakephp.org' . DS . 'CakePHP');
38+
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . APP_DIR . DS . 'Vendor' . DS . 'cakephp' . DS . 'cakephp' . DS . 'lib');
3939
}
4040

4141
require APP_DIR . DS . WEBROOT_DIR . DS . 'index.php';

0 commit comments

Comments
 (0)