Pārlūkot izejas kodu

[HttpFoundation\File] Removed realpath()

Tim Nagel 14 gadi atpakaļ
vecāks
revīzija
03bb3580a6

+ 1 - 1
src/Symfony/Component/HttpFoundation/File/File.php

@@ -491,7 +491,7 @@ class File
             throw new FileNotFoundException($path);
             throw new FileNotFoundException($path);
         }
         }
 
 
-        $this->path = realpath($path);
+        $this->path = $path;
     }
     }
 
 
     /**
     /**