mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
use the 'cake' domain for any references in the app folder
This commit is contained in:
parent
6f232c4543
commit
dd40e7dbfa
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue