瀏覽代碼

[Foundation] fixed a typo

Pascal Borreli 15 年之前
父節點
當前提交
e182853ef0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Foundation/Kernel.php

+ 1 - 1
src/Symfony/Foundation/Kernel.php

@@ -185,7 +185,7 @@ abstract class Kernel
 
   public function getParameters()
   {
-    return $parameters;
+    return $this->parameters;
   }
 
   public function getDefaultParameters()