소스 검색

[Form] Removed unnecessary code

Jordi Boggiano 14 년 전
부모
커밋
6a7d6843ae
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/Symfony/Component/Form/FileField.php

+ 0 - 2
src/Symfony/Component/Form/FileField.php

@@ -102,8 +102,6 @@ class FileField extends Form
      */
     protected function normalize($path)
     {
-        srand(microtime(true));
-
         return array(
             'file' => '',
             'token' => rand(100000, 999999),