Rename notes_enabled / notes_disabled to hold the plugin's full name (kolab_notes_{dis,en}enabled) (#4429)
This commit is contained in:
parent
038e269d51
commit
fb9c69ea36
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue