Skip to content

Collections class attempts to access protected variable in Library class #19

Description

@gunderjt

In Collections::fetchCollections (ln 196 of lib/php/Collections.php)

 $this->owningLibrary->_lastFeed = $feed;

throws an error, due to the direct assignment of a protected variable (_lastFeed).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions