瀏覽代碼

fs cache backend: silence the error

pull/18/head
czaks 9 年之前
父節點
當前提交
11dfc8bbdc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      inc/cache.php

+ 1
- 1
inc/cache.php 查看文件

@@ -132,7 +132,7 @@ class Cache {
case 'fs':
$key = str_replace('/', '::', $key);
$key = str_replace("\0", '', $key);
unlink('tmp/cache/'.$key);
@unlink('tmp/cache/'.$key);
break;
case 'php':
unset(self::$cache[$key]);


Loading…
取消
儲存