summaryrefslogtreecommitdiff
path: root/it_cache.class
diff options
context:
space:
mode:
authorUrban Müller2013-10-21 09:11:56 +0000
committerUrban Müller2013-10-21 09:11:56 +0000
commita26cb579cd87560204aa0348486d139c62871154 (patch)
tree433393223098ff39e9670c4c37dea4cff544eb52 /it_cache.class
parentcb0483f54cccd5118baf5aaf86c2e33ccfa5ff3c (diff)
downloaditools-a26cb579cd87560204aa0348486d139c62871154.tar.gz
itools-a26cb579cd87560204aa0348486d139c62871154.tar.bz2
itools-a26cb579cd87560204aa0348486d139c62871154.zip
correctly use sporadic error filtering
Diffstat (limited to 'it_cache.class')
-rw-r--r--it_cache.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_cache.class b/it_cache.class
index b895e26..2482ced 100644
--- a/it_cache.class
+++ b/it_cache.class
@@ -83,7 +83,7 @@ static function put($key, $value, $p = array())
}
if (!$success)
- it::error(array('title' => ($p['distributed'] ? "memcache" : self::$_store_func) . " in it_cache::put failed for key '$key'", 'graceperiod' => 60, 'timewindow' => 10));
+ it::error(array('title' => ($p['distributed'] ? "memcache" : self::$_store_func) . " in it_cache::put failed for key '$key'", 'id' => "it_cache_put", 'graceperiod' => 60, 'timewindow' => 10));
$GLOBALS['it_cache_local'][$key] = $value; # Also store local copy