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
73954eb2
Commit
73954eb2
authored
Nov 08, 2018
by
Alexandre Morin
Browse files
Merge branch 'hotfix/2.3.2' into 'master'
Hotfix/2.3.2 See merge request maarch/thirdPartyArchiving!50
parents
0f889bca
61bfc556
Changes
1
Show whitespace changes
Inline
Side-by-side
bundle/medona/Controller/ArchiveTransfer.php
View file @
73954eb2
...
...
@@ -66,8 +66,6 @@ class ArchiveTransfer extends abstractMessage
$this
->
detectSchema
(
$message
);
}
var_dump
(
$message
->
schema
);
exit
();
try
{
$archiveTransferController
=
\
laabs
::
newController
(
$message
->
schema
.
'/ArchiveTransfer'
);
$archiveTransferController
->
receive
(
$message
);
...
...
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