MDL-43575 Libraries Google_CurlIO ext, typo in the overridden setOption().

This commit is contained in:
Matteo Scaramuccia
2014-01-13 21:34:48 +01:00
committed by Matteo Scaramuccia
parent 0e088aec08
commit fc33a35857
+1 -1
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);
}