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
maarchRM
Commits
bfc3ef32
Verified
Commit
bfc3ef32
authored
Mar 18, 2020
by
Alexandre Morin
Browse files
hotfix 2.6.2
parent
158e2dfb
Pipeline
#7385
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/bundle/recordsManagement/Controller/archiveAccessTrait.php
View file @
bfc3ef32
...
@@ -1296,7 +1296,6 @@ trait archiveAccessTrait
...
@@ -1296,7 +1296,6 @@ trait archiveAccessTrait
if
(
isset
(
\
laabs
::
configuration
(
"recordsManagement"
)[
"exportPath"
]))
{
if
(
isset
(
\
laabs
::
configuration
(
"recordsManagement"
)[
"exportPath"
]))
{
$dir
=
\
laabs
::
configuration
(
"recordsManagement"
)[
"exportPath"
];
$dir
=
\
laabs
::
configuration
(
"recordsManagement"
)[
"exportPath"
];
}
else
{
}
else
{
$dir
=
".."
.
DIRECTORY_SEPARATOR
.
LAABS_WEB
.
DIRECTORY_SEPARATOR
.
LAABS_TMP
;
$dir
=
".."
.
DIRECTORY_SEPARATOR
.
LAABS_WEB
.
DIRECTORY_SEPARATOR
.
LAABS_TMP
;
}
}
...
...
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