From b8006fd12510e4056fb901b42a4d800deee316be Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 18 Feb 2019 13:54:46 +0100 Subject: prevent recursion --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 885dcb6..da8398e 100644 --- a/it.class +++ b/it.class @@ -233,7 +233,7 @@ static function error($p = array()) @unlink($lastsentfn); @touch($lastsentfn); if (it::is_live()) - it_cache::put($lastsentfn, time(), ['distributed' => true, 'ttl' => 7*86400, 'safety' => 0]); + @it_cache::put($lastsentfn, time(), ['distributed' => true, 'ttl' => 7*86400, 'safety' => 0]); } } } -- cgit v1.2.3