|
@@ -1455,7 +1455,7 @@ class TableAcl {
|
|
|
if (!$this->isAllowed($kID, 'W', $itemOld)) {
|
|
if (!$this->isAllowed($kID, 'W', $itemOld)) {
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
- if (isset($itemPatch[$vFieldName])) {
|
|
|
|
|
|
|
+ if (array_key_exists($vFieldName, $itemPatch)) {
|
|
|
if (!$this->isAllowed($kID, 'R', $itemOld) && '*****' == $itemPatch[$vFieldName]) {
|
|
if (!$this->isAllowed($kID, 'R', $itemOld) && '*****' == $itemPatch[$vFieldName]) {
|
|
|
// default value for perms 'W' without 'R' is '*****'
|
|
// default value for perms 'W' without 'R' is '*****'
|
|
|
}
|
|
}
|