Aleksander Machniak
2016-05-20 ea73d58913874e6dab2345910cc51879a32a71bf
plugins/password/password.php
@@ -369,7 +369,7 @@
        // Host exceptions
        $hosts = $rcmail->config->get('password_hosts');
        if (!empty($hosts) && !in_array($_SESSION['storage_host'], $hosts)) {
        if (!empty($hosts) && !in_array($_SESSION['storage_host'], (array) $hosts)) {
            return false;
        }