Upgrade to 3.6.1
This commit is contained in:
@@ -208,7 +208,7 @@ class ContentLock
|
||||
}
|
||||
|
||||
// add lock user to unlocked data
|
||||
$this->data['unlock'] = $this->data['unlock'] ?? [];
|
||||
$this->data['unlock'] ??= [];
|
||||
$this->data['unlock'][] = $this->data['lock']['user'];
|
||||
|
||||
return $this->clearLock();
|
||||
|
||||
Reference in New Issue
Block a user