loadConfig renamed in EmbeddedWeb

This commit is contained in:
Thomas Gelf 2014-03-04 10:14:00 +00:00
parent 57caacb93f
commit c1177b72e7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class EmbeddedWeb extends ApplicationBootstrap
*/
protected function bootstrap()
{
return $this->setupConfig()
return $this->loadConfig()
->setupErrorHandling()
->setupTimezone()
->setupModuleManager()