[HttpKernel] fixed bundles var initialization

This commit is contained in:
Fabien Potencier 2012-12-27 09:14:47 +01:00
parent 761429e551
commit 35f5bca585

View File

@ -85,6 +85,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
$this->rootDir = $this->getRootDir();
$this->name = $this->getName();
$this->classes = array();
$this->bundles = array();
if ($this->debug) {
$this->startTime = microtime(true);