mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed CS error
This commit is contained in:
parent
4f3b3737a5
commit
4dfd37909f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if (function_exists('ini_set')) {
|
|||
ini_set('include_path', $root . $ds . 'lib' . PATH_SEPARATOR . ini_get('include_path'));
|
||||
}
|
||||
|
||||
if (!include($dispatcher)) {
|
||||
if (!include ($dispatcher)) {
|
||||
trigger_error('Could not locate CakePHP core files.', E_USER_ERROR);
|
||||
}
|
||||
unset($paths, $path, $dispatcher, $root, $ds);
|
||||
|
|
Loading…
Reference in a new issue