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

Commit 6752d3b

Browse files
fix
1 parent 3523466 commit 6752d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.class-old.php

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

162162
/**

0 commit comments

Comments
 (0)