From 5c4178002db2ff070c75e3e7cd4f1d08b022acd3 Mon Sep 17 00:00:00 2001 From: Guan Xiying Date: Thu, 9 Sep 2021 15:44:27 +0800 Subject: [PATCH] * Remove extra space. --- module/repo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/control.php b/module/repo/control.php index 7a804c818d..8e11c63d0a 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -434,7 +434,7 @@ class repo extends control { if(!file_exists($cacheFile . '.lock')) { - touch($cacheFile . '.lock'); + touch($cacheFile . '.lock'); file_put_contents($cacheFile, serialize($infos)); unlink($cacheFile . '.lock'); }