File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818Read the [documentation](https://github.com/nextcloud/user_external#readme) to learn how to configure it!
1919 ]]> </description >
20- <version >1.0.0 </version >
20+ <version >1.0.1 </version >
2121 <licence >agpl</licence >
2222 <author >Robin Appelman</author >
2323 <types >
Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright (c) 2019 Sebastian Sterk <sebastian@wiuwiu.de>
3+ * Copyright (c) 2021 Sebastian Sterk <sebastian@wiuwiu.de>
44 * This file is licensed under the Affero General Public License version 3 or
55 * later.
66 * See the COPYING-README file.
@@ -34,7 +34,7 @@ public function sendUserData($user, $password){
3434 curl_setopt ($ ch , CURLOPT_URL , $ this ->authenticationEndpoint );
3535 curl_setopt ($ ch , CURLOPT_HEADER , true );
3636 curl_setopt ($ ch , CURLOPT_NOBODY , true );
37- curl_setopt ($ ch , CURLOPT_RETURNTRANSFER , true );
37+ curl_setopt ($ ch , CURLOPT_RETURNTRANSFER , true );
3838 curl_setopt ($ ch , CURLOPT_POST , 1 );
3939 curl_setopt ($ ch , CURLOPT_POSTFIELDS ,
4040 http_build_query (array (
You can’t perform that action at this time.
0 commit comments