remove unneeded normalize

This commit is contained in:
Robin Appelman 2015-06-18 15:33:15 +02:00
parent 6018567df2
commit 17be0993b4

View file

@ -1826,8 +1826,6 @@ class View {
* @return bool False if the path is excluded from locking, true otherwise
*/
public function unlockFile($path, $type) {
$path = '/' . trim($path, '/');
$absolutePath = $this->getAbsolutePath($path);
$absolutePath = Filesystem::normalizePath($absolutePath);
if (!$this->shouldLockFile($absolutePath)) {