Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 3523466

Browse files
fix
1 parent b23c873 commit 3523466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function getCacheDir(): string
156156
*/
157157
public function delete(string $cacheName) :void
158158
{
159-
unlink($this->getCachePath($cacheName));
159+
@unlink($this->getCachePath($cacheName));
160160
}
161161

162162
/**

0 commit comments

Comments
 (0)