-
Bug
-
Resolution: Fixed
-
Trivial
-
4.1.6, 4.2.3, 4.3
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-80030-master -
The $info property of the curl class in filelib.php is marked as a string variable but is actually an array. (It's set from curl_getinfo() with only one parameter, which returns an array, and is used as an array in code.)
I know this is a small issue but it can be quite alarming when working with the curl class in an IDE