Skip to content

Commit

Permalink
Merge branch 'hotfix/130'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 3, 2012
2 parents 4761cdf + 5cf2f2c commit 32b1b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
chdir(dirname(__DIR__));

// Setup autoloading
include 'init_autoloader.php';
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 32b1b75

Please sign in to comment.