Skip to content
Snippets Groups Projects
Verified Commit f489c1ce authored by Damien's avatar Damien
Browse files

Export get copies fix

parent c00e8fd4
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,7 @@ class ExportController ...@@ -254,7 +254,7 @@ class ExportController
$copies = ''; $copies = '';
foreach ($listInstances as $listInstance) { foreach ($listInstances as $listInstance) {
if (!empty($copyEntities)) { if (!empty($copies)) {
$copies .= ' ; '; $copies .= ' ; ';
} }
if ($listInstance['item_type'] == 'user_id') { if ($listInstance['item_type'] == 'user_id') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment