Skip to content

Commit

Permalink
Bug #13204: Fix saving remote account when using advanced setup
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 23, 2014
1 parent b798272 commit 87a139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Prefs/Special/Remote.php
Expand Up @@ -127,8 +127,8 @@ public function update(Horde_Core_Prefs_Ui $ui)
$ob->secure = $tmp->valid()
? 'ssl'
: 'tls';
break;
}
break;
}

$remote[strval($ob)] = $ob;
Expand Down

0 comments on commit 87a139e

Please sign in to comment.