Skip to content

Commit

Permalink
fixing undefined variable when new project is baked from skel
Browse files Browse the repository at this point in the history
  • Loading branch information
gwoo committed Jun 6, 2009
1 parent 0ea02c5 commit f84ed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/templates/skel/webroot/index.php
Expand Up @@ -85,7 +85,7 @@
return;
} else {
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch($url);
$Dispatcher->dispatch();
}
if (Configure::read() > 0) {
echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->";
Expand Down

0 comments on commit f84ed69

Please sign in to comment.