Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
denis bonnenfant
bigbluebutton-api-php
Commits
fe163331
Commit
fe163331
authored
Nov 04, 2020
by
Denis Bonnenfant
Browse files
arguments passed to curlopts property are coherent with other libs
parent
b50035c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/BigBlueButton.php
View file @
fe163331
...
...
@@ -437,9 +437,9 @@ class BigBlueButton
/**
* @param array $curlopts
*/
public
function
setCurlOpts
(
$
curl
opts
)
public
function
setCurlOpts
(
$opts
)
{
$this
->
curlopts
=
$
curl
opts
;
$this
->
curlopts
=
$opts
[
'curl'
]
;
}
...
...
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