We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f1931 commit 3188cb1Copy full SHA for 3188cb1
1 file changed
lib/http.php
@@ -19,7 +19,7 @@ class OC_User_HTTP extends \OCA\user_external\Base {
19
private $accessKey;
20
private $authenticationEndpoint;
21
22
- public function __construct($authenticationEndpoint, $hashAlgo, $accessKey) {
+ public function __construct($authenticationEndpoint, $hashAlgo = false, $accessKey = '') {
23
parent::__construct($authenticationEndpoint);
24
$this->authenticationEndpoint = $authenticationEndpoint;
25
$this->hashAlgo = $hashAlgo;
0 commit comments