diff --git a/core/src/Revolution/Processors/Context/GetList.php b/core/src/Revolution/Processors/Context/GetList.php index 84d96221df0..c4ee780653b 100644 --- a/core/src/Revolution/Processors/Context/GetList.php +++ b/core/src/Revolution/Processors/Context/GetList.php @@ -144,7 +144,7 @@ public function prepareRow(xPDOObject $object) if ($this->canEdit) { $contextArray['perm'][] = 'pedit'; } - if (!in_array($object->get('key'), ['mgr', 'web']) && $this->canRemove) { + if (!in_array($object->get('key'), $this->classKey::RESERVED_KEYS) && $this->canRemove) { $contextArray['perm'][] = 'premove'; }