Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
thirdPartyArchiving
Commits
0a2e63df
Verified
Commit
0a2e63df
authored
Apr 03, 2019
by
Arnaud Pauget
Browse files
Add property name in the call of 'retrieve' function
parent
ab2f2db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/medona/Controller/ArchiveDeliveryRequest.php
View file @
0a2e63df
...
...
@@ -122,7 +122,7 @@ class ArchiveDeliveryRequest extends abstractMessage
$messages
=
array
();
foreach
(
$archiveIds
as
$archiveId
)
{
$archive
=
$this
->
archiveController
->
retrieve
(
$archiveId
,
false
,
$checkAccess
=
true
,
$isCommunication
=
true
);
$archive
=
$this
->
archiveController
->
retrieve
(
$archiveId
,
$withBinary
=
false
,
$checkAccess
=
true
,
$isCommunication
=
true
);
if
(
!
isset
(
$archivesByOriginator
[
$archive
->
originatorOrgRegNumber
]))
{
$archivesByOriginator
[
$archive
->
originatorOrgRegNumber
]
=
array
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment