Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl_visualiseur_core
Commits
cdb223ba
Commit
cdb223ba
authored
Nov 02, 2022
by
ndurand
Browse files
[FIX] PrintContoller : correction écriture du fichier d'option
parent
a7ed7dd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Controllers/PrintController.php
View file @
cdb223ba
...
...
@@ -965,7 +965,7 @@ class PrintController extends ControllerBase
* @return string|bool
*/
private
function
writeOptionFile
(
array
$requestBody
,
string
$account
)
{
if
(
!
$requestBody
[
'options'
]){
if
(
!
isset
(
$requestBody
[
'options'
])
||
!
$requestBody
[
'options'
]){
return
false
;
}
...
...
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