Merge branch 'm27_MDL-43575_Typo_In_The_Overridden_setOption' of https://github.com/scara/moodle

This commit is contained in:
Dan Poltawski 2014-01-14 15:36:58 +08:00
commit 00ae4c4ead

View File

@ -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);
}