diff options
author | alecpl <alec@alec.pl> | 2011-12-02 09:58:03 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-12-02 09:58:03 +0000 |
commit | e237eec8468e99b65a9160a0a3f07529b92725e3 (patch) | |
tree | 7dc3356870ba062c595c2901ed1aac1e0d483252 /plugins/enigma/lib/enigma_ui.php | |
parent | a691021389779487e93370ad4c4120cd0ee516b7 (diff) |
- Applied fixes from trunk up to r5526
Diffstat (limited to 'plugins/enigma/lib/enigma_ui.php')
-rw-r--r-- | plugins/enigma/lib/enigma_ui.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/enigma/lib/enigma_ui.php b/plugins/enigma/lib/enigma_ui.php index b9ccff53d..5901b58d9 100644 --- a/plugins/enigma/lib/enigma_ui.php +++ b/plugins/enigma/lib/enigma_ui.php @@ -412,9 +412,6 @@ class enigma_ui private function compose_ui() { - if (!is_array($_SESSION['compose']) || $_SESSION['compose']['id'] != get_input_value('_id', RCUBE_INPUT_GET)) - return; - // Options menu button // @TODO: make this work with non-default skins $this->enigma->add_button(array( |