diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-04-03 20:29:07 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-04-03 20:29:07 +0200 |
commit | 39f93b270003014c19f7aaba0ecaf156fbb66f3a (patch) | |
tree | 572c5ff3f50a1dd420ed85ebc847cff152772c14 /plugins/enigma/enigma.php | |
parent | 5a4f3f8266999674baeccfba0df8f911372b55a7 (diff) |
Enigma: added composer.json file
Diffstat (limited to 'plugins/enigma/enigma.php')
-rw-r--r-- | plugins/enigma/enigma.php | 2 |
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')); |