projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5618a
)
Fix configuration file name.
author
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 14:30:01 +0000
(15:30 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 4 Nov 2010 14:30:01 +0000
(15:30 +0100)
framework/Group/lib/Horde/Group/Contactlists.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group/Contactlists.php
b/framework/Group/lib/Horde/Group/Contactlists.php
index
3cd2c11
..
862bd3f
100644
(file)
--- 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('
source
s.php',
+ $turba_sources = Horde::loadConfiguration('
backend
s.php',
'cfgSources', 'turba');
// We only support sql type sources.