MDL-43575 Libraries Google_CurlIO ext, typo in the overridden setOption().
This commit is contained in:
committed by
Matteo Scaramuccia
parent
0e088aec08
commit
fc33a35857
@@ -172,7 +172,7 @@ class moodle_google_curlio extends Google_CurlIO {
|
||||
if (!is_string($name)) {
|
||||
$name = $this->get_option_name_from_constant($name);
|
||||
}
|
||||
$safeParams[$name] = $vale;
|
||||
$safeParams[$name] = $value;
|
||||
}
|
||||
parent::setOptions($safeParams);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user