From: Jan Schneider Date: Thu, 4 Nov 2010 14:30:01 +0000 (+0100) Subject: Fix configuration file name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b3cf0e20ec3af5b04aa57151b2bac5919baa4cf4;p=horde.git Fix configuration file name. --- 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.