Aleksander Machniak
2015-11-18 5143c47e0feeff92ac3dabf9277e23c13a6379f0
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | Roundcube Webmail IMAP Client                                           |
 | Version 1.1.1                                                           |
 | Version 1.1.3                                                           |
 |                                                                         |
 | Copyright (C) 2005-2015, The Roundcube Dev Team                         |
 |                                                                         |
@@ -131,7 +131,7 @@
            // prevent redirect to compose with specified ID (#1488226)
            if ($query['_action'] == 'compose' && !empty($query['_id'])) {
                $query = array();
                $query = array('_action' => 'compose');
            }
        }