Skip to content

Commit

Permalink
Updating index.php and skel dir for response change.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2011
1 parent 5240ede commit ec40ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/webroot/index.php
Expand Up @@ -76,5 +76,6 @@
}

App::uses('Dispatcher', 'Routing');

$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest());
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse());
2 changes: 1 addition & 1 deletion lib/Cake/Console/Templates/skel/webroot/index.php
Expand Up @@ -77,4 +77,4 @@

App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest());
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse());

0 comments on commit ec40ce6

Please sign in to comment.