From 207cc0b9b3cfdfb29e4f02e83014320fd12eeb68 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 16 Feb 2011 05:48:11 -0500 Subject: [PATCH] - Applied plugin changes since 0.5-stable release --- plugins/password/drivers/xmail.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/password/drivers/xmail.php b/plugins/password/drivers/xmail.php index 39d1e71..c7f4261 100644 --- a/plugins/password/drivers/xmail.php +++ b/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; -- Gitblit v1.9.1