getVendorTree

Gibt es hierzu einen Workaround? Warum wurde das noch nicht gefixt?
https://bugs.oxid-esales.com/view.php?id=5031


/** vendortree patch */

    public function getVendorTree()
    {
        return $this->_oVendorTree;
    }

    public function setVendorTree( $oVendorTree )
    {
        $this->_oVendorTree = $oVendorTree;
    } 

Evtl. ein Workaround… für uns klappt es. Benutzung auf eigene Gefahr.
Einfügen in /application/controllers/oxubase.php als letzten Teil vor dem schließnenden “}”.