summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
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]);
}
}
}