From 6a13a1af4714755e2421ca4bf80c9870739d54a0 Mon Sep 17 00:00:00 2001 From: rochamarcelo Date: Fri, 5 Sep 2014 22:27:02 -0300 Subject: [PATCH] Changed error message --- app/webroot/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/test.php b/app/webroot/test.php index 0949f3ce315..253b31fd0a8 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -86,7 +86,7 @@ } } if (!empty($failed)) { - trigger_error("CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your " . DS . "cake core directory and your " . DS . "vendors root directory.", E_USER_ERROR); + trigger_error("CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/test.php. It should point to the directory containing your " . DS . "cake core directory and your " . DS . "vendors root directory.", E_USER_ERROR); } if (Configure::read('debug') < 1) {