Skip to content

Commit

Permalink
Further require updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryKitten committed Oct 3, 2012
1 parent 6267dbe commit 8b705da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
require 'init_autoloader.php';

// Run the application!
Zend\Mvc\Application::init(include 'config/application.config.php')->run();
Zend\Mvc\Application::init(require 'config/application.config.php')->run();

0 comments on commit 8b705da

Please sign in to comment.