Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 19, 2017
1 parent 0a7a95b commit 30f9839
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/password/drivers/domainfactory.php
Expand Up @@ -32,10 +32,6 @@ function save($curpass, $passwd)
{
$rcmail = rcmail::get_instance();

if (is_null($curpass)) {
$curpass = $rcmail->decrypt($_SESSION['password']);
}

if ($ch = curl_init()) {
// initial login
curl_setopt_array($ch, array(
Expand Down

0 comments on commit 30f9839

Please sign in to comment.