Skip to content

Undefined property: SimplePie::$enable_exceptions on line 1982 in /simplepie/library/SimplePie.php #330

Closed
@clphillips

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions