From 39f93b270003014c19f7aaba0ecaf156fbb66f3a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 03 Apr 2015 14:29:07 -0400
Subject: [PATCH] Enigma: added composer.json file

---
 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 0c73290..10b8048 100644
--- a/plugins/enigma/enigma.php
+++ b/plugins/enigma/enigma.php
@@ -24,6 +24,7 @@
     public $task = 'mail|settings';
     public $rc;
     public $engine;
+    public $ui;
 
     private $env_loaded  = false;
 
@@ -68,7 +69,6 @@
             $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'));
 

--
Gitblit v1.9.1