[Tickets #239] NEW: Completely broken atm?

bugs at bugs.horde.org bugs at bugs.horde.org
Sat May 29 10:07:22 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

-Ticket 239
-Queue: Agora
-Created By: Jan Schneider <jan at horde.org>

-Summary:
Completely broken atm?

>From Jan Schneider <jan at horde.org> (Sat May 29 10:07:22 2004):
In line 125 of Forums.php we call:

$forums = &$this->_forums->getObjects(array_keys($forums_tree),
'Forum_DataTreeObject');

getObjects() in DataTree.php checks if
Forum_DataTreeObject::_fromAttributes() is callable (line 360) and gets the
data from $this->getAttributes() in this case (line 363). But we want the
correct data from $this->getData() instead. Thus getObjects() returns an
empty array() instead of the expected data arrays, causing Forums.php to
fatally fail in line 137.




http://bugs.horde.org/details.php?id=239

-- 


More information about the bugs mailing list