Commit 63045c1d authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5228 PHP error when copy/pasting

Showing with 1 addition and 1 deletion
+1 -1
...@@ -223,7 +223,7 @@ class CopyPasteHandler ...@@ -223,7 +223,7 @@ class CopyPasteHandler
$msgs = $entry['object']->check(); $msgs = $entry['object']->check();
/* Retrieve ACL infos */ /* Retrieve ACL infos */
$copy_acl = $ui->is_copyable($entry['dn'], $entry['aclCategory']); $copy_acl = $ui->is_copyable($entry['dn'], $entry['aclCategory'], $entry['mainTab']);
$cut_acl = $ui->is_cutable($entry['dn'], $entry['aclCategory'], $entry['mainTab']); $cut_acl = $ui->is_cutable($entry['dn'], $entry['aclCategory'], $entry['mainTab']);
/* Check permissions */ /* Check permissions */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment