Merge branch 'MDL-41122_2.5' of git://github.com/kastashov/moodle into MOODLE_25_STABLE
This commit is contained in:
@@ -153,7 +153,7 @@ class moodle_simplepie_file extends SimplePie_File {
|
||||
|
||||
if ($parser->parse()) {
|
||||
$this->headers = $parser->headers;
|
||||
$this->body = $parser->body;
|
||||
$this->body = trim($parser->body);
|
||||
$this->status_code = $parser->status_code;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user