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
273ee7f8
Verified
Commit
273ee7f8
authored
Feb 21, 2019
by
Alexandre Morin
Browse files
Fix construct archival profile
parent
8e747519
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/recordsManagement/Controller/archivalProfile.php
View file @
273ee7f8
...
...
@@ -37,7 +37,7 @@ class archivalProfile extends \bundle\recordsManagement\Controller\archivalProfi
*/
public
function
__construct
(
\
dependency\sdo\Factory
$sdoFactory
,
$notifyModification
,
$profilesDirectory
)
{
parent
::
__construct
(
$sdoFactory
);
parent
::
__construct
(
$sdoFactory
,
$notifyModification
,
$profilesDirectory
);
if
(
!
is_dir
(
$profilesDirectory
)
&&
!
empty
(
$profilesDirectory
))
{
mkdir
(
$profilesDirectory
,
0777
,
true
);
...
...
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