diff --git a/src/Symfony/Foundation/Kernel.php b/src/Symfony/Foundation/Kernel.php index 3f1932864e..0c521d32cf 100644 --- a/src/Symfony/Foundation/Kernel.php +++ b/src/Symfony/Foundation/Kernel.php @@ -185,7 +185,7 @@ abstract class Kernel public function getParameters() { - return $parameters; + return $this->parameters; } public function getDefaultParameters()