Aleksander Machniak
2014-02-13 524e382669dc195e5427f6d914320f6c4415429e
plugins/password/drivers/domainfactory.php
@@ -51,7 +51,7 @@
            // 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?