From a26cb579cd87560204aa0348486d139c62871154 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 21 Oct 2013 09:11:56 +0000 Subject: correctly use sporadic error filtering --- it_cache.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3