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).
In Collections::fetchCollections (ln 196 of lib/php/Collections.php)
throws an error, due to the direct assignment of a protected variable (_lastFeed).