Skip to content

Commit

Permalink
Fixed default controller
Browse files Browse the repository at this point in the history
  • Loading branch information
AliasIO committed May 9, 2013
1 parent 348ed56 commit ce1f4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swiftlet/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class App implements Interfaces\App
$args = array(),
$config = array(),
$controller,
$controllerName = 'index',
$controllerName = 'Index',
$hooks = array(),
$plugins = array(),
$rootPath = '/',
Expand Down

0 comments on commit ce1f4cc

Please sign in to comment.