Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Crowe committed Oct 4, 2013
1 parent 4f3b373 commit 4dfd379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/cake.php
Expand Up @@ -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);
Expand Down

0 comments on commit 4dfd379

Please sign in to comment.