Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
252f7e85
Commit
252f7e85
authored
Jul 27, 2021
by
ludo
Browse files
Update AlfrescoController.php
parent
855902c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/external/alfresco/controllers/AlfrescoController.php
100644 → 100755
View file @
252f7e85
...
...
@@ -574,7 +574,7 @@ class AlfrescoController
return
[
'errors'
=>
'Document has no chrono'
];
}
$alfrescoParameters
=
CoreConfigModel
::
getJsonLoaded
([
'path'
=>
'
config
/alfresco.json'
]);
$alfrescoParameters
=
CoreConfigModel
::
getJsonLoaded
([
'path'
=>
'
apps/maarch_entreprise/xml
/alfresco.json'
]);
if
(
empty
(
$alfrescoParameters
))
{
return
[
'errors'
=>
'Alfresco mapping file does not exist'
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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