projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b802483
)
Framework: We still need to manually require DataTree here
author
Ben Klang
<ben@alkaloid.net>
Wed, 2 Jun 2010 20:14:03 +0000
(16:14 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 2 Jun 2010 20:14:03 +0000
(16:14 -0400)
framework/Group/lib/Horde/Group.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group.php
b/framework/Group/lib/Horde/Group.php
index
7f7d73f
..
8aad91f
100644
(file)
--- 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 */