Remove redundant code

pull/5480/merge
Aleksander Machniak 8 years ago
parent 0a7a95b714
commit 30f9839b46

@ -32,10 +32,6 @@ class rcube_domainfactory_password
{
$rcmail = rcmail::get_instance();
if (is_null($curpass)) {
$curpass = $rcmail->decrypt($_SESSION['password']);
}
if ($ch = curl_init()) {
// initial login
curl_setopt_array($ch, array(

Loading…
Cancel
Save