alecpl
2011-02-16 207cc0b9b3cfdfb29e4f02e83014320fd12eeb68
plugins/password/drivers/xmail.php
@@ -20,7 +20,7 @@
function password_save($currpass, $newpass)
{
    $rcmail = rcmail::get_instance();
    list($user,$domain) = split('@',$_SESSION['username']);
    list($user,$domain) = explode('@', $_SESSION['username']);
    $xmail = new XMail;