Undefined property: SimplePie::$enable_exceptions on line 1982 in /simplepie/library/SimplePie.php #330
Closed
Description
The enable_exceptions property is not defined in SimplePie, so an error is triggered when this property is used on line 1982:
public function sanitize($data, $type, $base = '')
{
try
{
return $this->sanitize->sanitize($data, $type, $base);
}
catch (SimplePie_Exception $e)
{
if (!$this->enable_exceptions)
{
Metadata
Assignees
Labels
No labels