Skip to content
Snippets Groups Projects
Commit 4e1540be authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Issue #1997768 by mikel1: Fixed Will not accept Context.

parent a4ee5754
No related branches found
Tags
No related merge requests found
...@@ -586,6 +586,7 @@ abstract class ParserBase extends FeedsParserBase implements FormInterface, Feed ...@@ -586,6 +586,7 @@ abstract class ParserBase extends FeedsParserBase implements FormInterface, Feed
* The previous value of use_errors. * The previous value of use_errors.
*/ */
protected function errorStart() { protected function errorStart() {
libxml_clear_errors();
return libxml_use_internal_errors(TRUE); return libxml_use_internal_errors(TRUE);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment