plugins/kolab_notes

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Jan 29 19:11:31 CET 2015


 plugins/kolab_notes/kolab_notes.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb9c69ea36c60503c01f6cbbd10d848e91080c11
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Jan 29 19:10:31 2015 +0100

    Rename notes_enabled / notes_disabled to hold the plugin's full name (kolab_notes_{dis,en}enabled) (#4429)

diff --git a/plugins/kolab_notes/kolab_notes.php b/plugins/kolab_notes/kolab_notes.php
index b472d2a..6471de1 100644
--- a/plugins/kolab_notes/kolab_notes.php
+++ b/plugins/kolab_notes/kolab_notes.php
@@ -60,7 +60,7 @@ class kolab_notes extends rcube_plugin
     public function startup($args)
     {
         // the notes module can be enabled/disabled by the kolab_auth plugin
-        if ($this->rc->config->get('notes_disabled', false) || !$this->rc->config->get('notes_enabled', true)) {
+        if ($this->rc->config->get('kolab_notes_disabled', false) || !$this->rc->config->get('kolab_notes_enabled', true)) {
             return;
         }
 




More information about the commits mailing list