remove unneeded normalize
This commit is contained in:
parent
6018567df2
commit
17be0993b4
1 changed files with 0 additions and 2 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue