diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-14 21:22:52 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-14 21:22:52 +0100 |
commit | bdec41105f03e027acf97ebedb40dfe77a043179 (patch) | |
tree | ce568030dc2e0fe73e78d706a75892f66384ab4c | |
parent | fd9132936cfccf95b16a8d4e5e6a10798fa7ca0d (diff) | |
download | pykolab-bdec41105f03e027acf97ebedb40dfe77a043179.tar.gz |
Adjust the filename we want to reflect not renaming the libkolab configuration file
-rw-r--r-- | pykolab/setup/setup_roundcube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index 7536ce2..fef4d4a 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -94,7 +94,7 @@ def execute(*args, **kw): 'kolab_auth.inc.php', 'kolab_files.inc.php', 'kolab_folders.inc.php', - 'kolab.inc.php', + 'libkolab.inc.php', 'managesieve.inc.php', 'owncloud.inc.php', 'password.inc.php', |