use the 'cake' domain for any references in the app folder

This commit is contained in:
AD7six 2011-03-12 19:48:02 +01:00
parent 6f232c4543
commit dd40e7dbfa

View file

@ -72,7 +72,7 @@ if (!include(CORE_PATH . 'Cake' . DS . 'bootstrap.php')) {
}
if (Configure::read('debug') < 1) {
die(__('Debug setting does not allow access to this url.'));
die(__d('cake', 'Debug setting does not allow access to this url.'));
}
require_once CAKE_TESTS_LIB . 'CakeTestSuiteDispatcher.php';