Updating index.php and skel dir for response change.

This commit is contained in:
mark_story 2011-07-03 14:35:54 -04:00 committed by mark_story
parent 5240edeb82
commit ec40ce6aad
2 changed files with 3 additions and 2 deletions

View file

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