[HttpFoundation\File] Removed realpath()

This commit is contained in:
Tim Nagel 2011-04-20 23:52:17 +10:00
parent 1df8b2ee37
commit 03bb3580a6

View File

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