- fix imap::set_options()

release-0.6
alecpl 16 years ago
parent 230f944bf6
commit 922c2d923a

@ -178,7 +178,7 @@ class rcube_imap
*/
function set_options($opt)
{
$this->options = array_merge((array)$opt, $this->options);
$this->options = array_merge($this->options, (array)$opt);
}
/**

Loading…
Cancel
Save