From b3cf0e20ec3af5b04aa57151b2bac5919baa4cf4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 4 Nov 2010 15:30:01 +0100 Subject: [PATCH] Fix configuration file name. --- framework/Group/lib/Horde/Group/Contactlists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Group/lib/Horde/Group/Contactlists.php b/framework/Group/lib/Horde/Group/Contactlists.php index 3cd2c110f..862bd3f33 100644 --- a/framework/Group/lib/Horde/Group/Contactlists.php +++ b/framework/Group/lib/Horde/Group/Contactlists.php @@ -51,7 +51,7 @@ class Horde_Group_Contactlists extends Horde_Group public function __construct(array $params = array()) { // Get a list of all available Turba sources - $turba_sources = Horde::loadConfiguration('sources.php', + $turba_sources = Horde::loadConfiguration('backends.php', 'cfgSources', 'turba'); // We only support sql type sources. -- 2.11.0