From 75aef0f56830fd6a89248b6a775b9ce09c5b8f95 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 10 Mar 2016 21:55:18 -0500 Subject: [PATCH] suppress error --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.php b/update.php index 47b5faaa..40df0c95 100755 --- a/update.php +++ b/update.php @@ -13,7 +13,7 @@ if (!$force && !file_exists($needsUpdateFile)) return; } -unlink($needsUpdateFile); +@unlink($needsUpdateFile); chdir(ROOT_DIR);