Skip to content

Commit 3188cb1

Browse files
Update http.php
1 parent a3f1931 commit 3188cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class OC_User_HTTP extends \OCA\user_external\Base {
1919
private $accessKey;
2020
private $authenticationEndpoint;
2121

22-
public function __construct($authenticationEndpoint, $hashAlgo, $accessKey) {
22+
public function __construct($authenticationEndpoint, $hashAlgo = false, $accessKey = '') {
2323
parent::__construct($authenticationEndpoint);
2424
$this->authenticationEndpoint = $authenticationEndpoint;
2525
$this->hashAlgo = $hashAlgo;

0 commit comments

Comments
 (0)