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'); }