Skip to content
Snippets Groups Projects
Commit 4237abe2 authored by Marcel's avatar Marcel
Browse files

Removing Kint reference

parent 009525ea
Branches
Tags
No related merge requests found
......@@ -140,7 +140,6 @@ function access_by_ref_node_access(NodeInterface $node, $op, AccountInterface $a
case 'default:user':
foreach($node_field_value as $value){
$target = $value['target_id'];
kint($target);
if ($control_entity = haveUserAccess($target, $config->getRightsType(), $account)){
$grant_access_read = $config_bool_read ? true : false;
$grant_access_update = $config_bool_update ? true : false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment