summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 958f137df..de5464837 100644
--- a/functions.php
+++ b/functions.php
@@ -1957,7 +1957,7 @@
return true;
}
}
- return false;
+ return true; // consider the file always locked and skip the test
}
function make_lockfile($filename) {