From: Ben Klang Date: Wed, 2 Jun 2010 20:14:03 +0000 (-0400) Subject: Framework: We still need to manually require DataTree here X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b3d13dfdffb702669e6ff98633b43f97878b93ec;p=horde.git Framework: We still need to manually require DataTree here --- 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 */