mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +01:00
Merge branch 'm27_MDL-43575_Typo_In_The_Overridden_setOption' of https://github.com/scara/moodle
This commit is contained in:
commit
00ae4c4ead
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user