diff --git a/app/Console/cake.php b/app/Console/cake.php index ec6ee33c57d..9c2751028b4 100644 --- a/app/Console/cake.php +++ b/app/Console/cake.php @@ -29,7 +29,7 @@ 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);