Explorar o código

[Form] Removed unnecessary code

Jordi Boggiano %!s(int64=14) %!d(string=hai) anos
pai
achega
6a7d6843ae
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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),