Fix configuration file name.
authorJan Schneider <jan@horde.org>
Thu, 4 Nov 2010 14:30:01 +0000 (15:30 +0100)
committerJan Schneider <jan@horde.org>
Thu, 4 Nov 2010 14:30:01 +0000 (15:30 +0100)
framework/Group/lib/Horde/Group/Contactlists.php

index 3cd2c11..862bd3f 100644 (file)
@@ -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.