Skip to content

Commit

Permalink
Merge pull request #504 from kevincupp/patch-1
Browse files Browse the repository at this point in the history
Declare `$enable_exceptions` class property
  • Loading branch information
mblaney authored Feb 28, 2017
2 parents 2a24b6e + 7c95848 commit eb6dd2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/SimplePie.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,12 @@ class SimplePie
*/
public $strip_htmltags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style');

/**
* @var bool Should we throw exceptions, or use the old-style error property?
* @access private
*/
public $enable_exceptions = false;

/**
* The SimplePie class contains feed level data and options
*
Expand Down

0 comments on commit eb6dd2d

Please sign in to comment.