diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-02-14 18:25:02 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-02-14 18:25:02 +0100 |
commit | abecca8f4bc0898f952a3362bd42b4c78ac783c3 (patch) | |
tree | cf1f70fee183c64f2da2f0d7b09afd055b41c0ab /plugins | |
parent | c6227fe7b08e2371f07250261a464cb86fdbc9d4 (diff) | |
parent | 80102a2dde8d2870ee7d8c4ad8e8626a555ecc2f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/password/drivers/domainfactory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/domainfactory.php b/plugins/password/drivers/domainfactory.php index 4dbf4b799..62d9bfce2 100644 --- a/plugins/password/drivers/domainfactory.php +++ b/plugins/password/drivers/domainfactory.php @@ -51,7 +51,7 @@ class rcube_domainfactory_password // change password $ch = curl_copy_handle($ch); - curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields); + curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postfields)); if ($result = curl_exec($ch)) { // has the password been changed? |