summaryrefslogtreecommitdiff
path: root/plugins/enigma/enigma.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-04-03 20:29:07 +0200
committerAleksander Machniak <alec@alec.pl>2015-04-03 20:29:07 +0200
commit39f93b270003014c19f7aaba0ecaf156fbb66f3a (patch)
tree572c5ff3f50a1dd420ed85ebc847cff152772c14 /plugins/enigma/enigma.php
parent5a4f3f8266999674baeccfba0df8f911372b55a7 (diff)
Enigma: added composer.json file
Diffstat (limited to 'plugins/enigma/enigma.php')
-rw-r--r--plugins/enigma/enigma.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enigma/enigma.php b/plugins/enigma/enigma.php
index 0c732906b..10b8048c6 100644
--- a/plugins/enigma/enigma.php
+++ b/plugins/enigma/enigma.php
@@ -24,6 +24,7 @@ class enigma extends rcube_plugin
public $task = 'mail|settings';
public $rc;
public $engine;
+ public $ui;
private $env_loaded = false;
@@ -68,7 +69,6 @@ class enigma extends rcube_plugin
$this->add_hook('preferences_save', array($this, 'preferences_save'));
// register handler for keys/certs management
-// $this->register_action('plugin.enigma', array($this, 'preferences_ui'));
$this->register_action('plugin.enigmakeys', array($this, 'preferences_ui'));
// $this->register_action('plugin.enigmacerts', array($this, 'preferences_ui'));