#7726
Vladimir
Keymaster

Hi,

Thanks a lot for pointing to this bug. It’s a typo. Quick fix: open post-edit-access-role.php file for editing and replace plus ‘+’ character with this the dot: ‘.’
Correct version of line #72:


return array('result'=>'success', 'message'=>'Posts edit permissions for role:'. $role_id, 'html'=>$html);

I included this fix to the next release.