From 60406a791ae9bc45931b0893a88a36515885249a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 31 May 2010 15:10:25 +0200 Subject: [PATCH] Group:: is not autoloadable yet. --- framework/Ajax/lib/Horde/Ajax/Application/Base.php | 1 + kronolith/templates/chunks/calendar.php | 1 + 2 files changed, 2 insertions(+) diff --git a/framework/Ajax/lib/Horde/Ajax/Application/Base.php b/framework/Ajax/lib/Horde/Ajax/Application/Base.php index 1ee2e2a2e..f953604ce 100644 --- a/framework/Ajax/lib/Horde/Ajax/Application/Base.php +++ b/framework/Ajax/lib/Horde/Ajax/Application/Base.php @@ -134,6 +134,7 @@ abstract class Horde_Ajax_Application_Base public function listGroups() { $result = new stdClass; + require_once 'Horde/Group.php'; $horde_groups = Group::singleton(); if (!empty($GLOBALS['conf']['share']['any_group'])) { $groups = $horde_groups->listGroups(); diff --git a/kronolith/templates/chunks/calendar.php b/kronolith/templates/chunks/calendar.php index eea134ae7..77807b2ac 100644 --- a/kronolith/templates/chunks/calendar.php +++ b/kronolith/templates/chunks/calendar.php @@ -1,5 +1,6 @@ listGroups(); -- 2.11.0