diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-19 12:52:58 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-05-19 12:52:58 +0200 |
commit | 172d9ec71cdc142fd5cb8846261655fdf130a9e2 (patch) | |
tree | f98afa50f2936807f5b44849318c283cc9d18693 | |
parent | d0ef194abe3cb3634101d488c8539c47a3616d93 (diff) | |
download | pykolab-172d9ec71cdc142fd5cb8846261655fdf130a9e2.tar.gz |
Include kolab_files plugin by default
-rw-r--r-- | pykolab/setup/setup_roundcube.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index 659ba4d..2e0b08c 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -92,6 +92,7 @@ def execute(*args, **kw): 'calendar.inc.php', 'db.inc.php', 'kolab_auth.inc.php', + 'kolab_files.inc.php', 'kolab_folders.inc.php', 'kolab.inc.php', 'main.inc.php', |