Skip to content

Commit 3e0130b

Browse files
committed
Fix typo
1 parent 667f923 commit 3e0130b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Service/RemoveService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function file(string $absoulteFileName): bool
4949
// by unlink() (for reasons other than write permissions).
5050
// Alternatively, throw an exception if file_exists($file) informing that
5151
// the file couldn't be removed and this is an error causing stale caches.
52-
return !file_exists($file);
52+
return !file_exists($absoulteFileName);
5353
}
5454
return true;
5555
}

0 commit comments

Comments
 (0)