From 81b4a9473b2ada196cf4be8dbbb79285731edaf0 Mon Sep 17 00:00:00 2001 From: Adam Harley Date: Wed, 17 Apr 2019 11:19:13 +0100 Subject: [PATCH] CORE_PATH references the CakePHP directory, not the root directory as defined by ROOT --- en/core-libraries/global-constants-and-functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/core-libraries/global-constants-and-functions.rst b/en/core-libraries/global-constants-and-functions.rst index e0c0cedac2..8abf8a6fc7 100644 --- a/en/core-libraries/global-constants-and-functions.rst +++ b/en/core-libraries/global-constants-and-functions.rst @@ -196,7 +196,7 @@ Most of the following constants refer to paths in your application. .. php:const:: CORE_PATH - Path to the root directory with ending directory slash. + Path to the CakePHP directory with ending directory slash. .. php:const:: DS