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
6c386197
Commit
6c386197
authored
Mar 17, 2022
by
Charlotte Bataille
Browse files
fix/19713 : fix fulltext extraction error
parent
64758123
Pipeline
#17401
failed with stages
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/digitalResource/Controller/digitalResource.php
View file @
6c386197
...
...
@@ -882,7 +882,9 @@ class digitalResource
file_put_contents
(
$srcfile
,
$contents
);
$fullText
.
=
$fullTextService
->
getText
(
$srcfile
);
try
{
$fullText
.
=
$fullTextService
->
getText
(
$srcfile
);
}
catch
(
\
Exception
$exception
)
{}
}
}
...
...
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