thomascube
2012-04-24 988a80ad673ff77e2d3027098e245be8a15aaf33
program/include/rcube.php
@@ -348,6 +348,7 @@
      $options['port']     = $_SESSION['storage_port'];
      $options['ssl']      = $_SESSION['storage_ssl'];
      $options['password'] = $this->decrypt($_SESSION['password']);
      $_SESSION[$driver.'_host'] = $_SESSION['storage_host'];
    }
    $options = $this->plugins->exec_hook("storage_init", $options);