plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Mon Sep 30 12:08:47 CEST 2013


 plugins/kolab_files/kolab_files.php |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 68fc690d8c066d006a3062fcf8162c3025e45f92
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Mon Sep 30 12:08:04 2013 +0200

    libkolab plugin is now required here (Bug #2149)

diff --git a/plugins/kolab_files/kolab_files.php b/plugins/kolab_files/kolab_files.php
index 2750063..16f156e 100644
--- a/plugins/kolab_files/kolab_files.php
+++ b/plugins/kolab_files/kolab_files.php
@@ -49,6 +49,9 @@ class kolab_files extends rcube_plugin
         $this->register_action('prefs', array($this, 'actions'));
         $this->register_action('open',  array($this, 'actions'));
 
+        // we use libkolab::http_request() from libkolab with its configuration
+        $this->require_plugin('libkolab');
+
         $this->ui();
     }
 




More information about the commits mailing list