X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPermissionSet.php;h=f83f9ccb555cbabafd0c8bb65292d4d02860e582;hb=5f77e98d76ca221170cdb3e63bea8a78ec55c66c;hp=20848c04d3b2ea6fdc56d9babc67f62e79a9728b;hpb=1e83261a889ec771659b49d293ad1e94ce7bd2e0;p=friendica.git diff --git a/src/Model/PermissionSet.php b/src/Model/PermissionSet.php index 20848c04d3..f83f9ccb55 100644 --- a/src/Model/PermissionSet.php +++ b/src/Model/PermissionSet.php @@ -41,7 +41,6 @@ class PermissionSet extends BaseObject $set = DBA::selectFirst('permissionset', ['id'], $condition); } - $postarray['allow_cid'] = null; $postarray['allow_gid'] = null; $postarray['deny_cid'] = null;