mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11247] Fix wrong property reference in flock class.
PHPBB3-11247
This commit is contained in:
parent
d9f554fe03
commit
a8d02ffc27
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class phpbb_lock_flock
|
||||||
*/
|
*/
|
||||||
public function acquire()
|
public function acquire()
|
||||||
{
|
{
|
||||||
if ($this->locked)
|
if ($this->lock_fp)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue