mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 22:45:40 +02:00
[ticket/11247] Fix wrong property reference in flock class.
PHPBB3-11247
This commit is contained in:
@ -67,7 +67,7 @@ class phpbb_lock_flock
|
||||
*/
|
||||
public function acquire()
|
||||
{
|
||||
if ($this->locked)
|
||||
if ($this->lock_fp)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user