mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'p/ticket/11247' into develop
* p/ticket/11247: [ticket/11247] Fix wrong property reference in flock class.
This commit is contained in:
commit
40343006a9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class phpbb_lock_flock
|
|||
*/
|
||||
public function acquire()
|
||||
{
|
||||
if ($this->locked)
|
||||
if ($this->lock_fp)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue