From b3d13dfdffb702669e6ff98633b43f97878b93ec Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 2 Jun 2010 16:14:03 -0400 Subject: [PATCH] Framework: We still need to manually require DataTree here --- framework/Group/lib/Horde/Group.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/Group/lib/Horde/Group.php b/framework/Group/lib/Horde/Group.php index 7f7d73ff7..8aad91fc9 100644 --- a/framework/Group/lib/Horde/Group.php +++ b/framework/Group/lib/Horde/Group.php @@ -13,6 +13,10 @@ * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @package Group */ + +// This will go away eventually, but Group can't autoload the DataTree class +require_once 'Horde/DataTree.php'; + class Horde_Group { /** The parent Group node */ -- 2.11.0