Index: lib/class.tx_dam_browsetrees.php =================================================================== --- lib/class.tx_dam_browsetrees.php (revision 24550) +++ lib/class.tx_dam_browsetrees.php (working copy) @@ -114,7 +114,7 @@ if (!$obj->isPureSelectionClass) { if ($obj->isTreeViewClass) { // object is a treeview class itself - $this->treeObjArr[$classKey] = &$obj; + $this->treeObjArr[$classKey] = $obj; $this->treeObjArr[$classKey]->init('', '', $excludeReadOnlyMounts); } else {