瀏覽代碼

[Validator] fixed typo

Fabien Potencier 14 年之前
父節點
當前提交
1a055fc7f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Component/Validator/ConstraintViolation.php

+ 1 - 1
src/Symfony/Component/Validator/ConstraintViolation.php

@@ -31,7 +31,7 @@ class ConstraintViolation
 
     public function getMessage()
     {
-        return str_replace(array_keys($sources), array_values($targets), $this->messageTemplate);
+        return str_replace(array_keys($this->messageParameters), array_values($this->messageParameters), $this->messageTemplate);
     }
 
     public function getRoot()