aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/lock/flock.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/lock/flock.php')
-rw-r--r--phpBB/includes/lock/flock.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/lock/flock.php b/phpBB/includes/lock/flock.php
index 5c2288ce1b..97bc7dd2b9 100644
--- a/phpBB/includes/lock/flock.php
+++ b/phpBB/includes/lock/flock.php
@@ -67,7 +67,7 @@ class phpbb_lock_flock
*/
public function acquire()
{
- if ($this->locked)
+ if ($this->lock_fp)
{
return false;
}