Skip to content

Commit

Permalink
php fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Jan 1, 2021
1 parent 61e4d00 commit 3928966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ public function shareFileWithUserUsingTheSharingApi(
$user1Actual = $this->getActualUsername($user1);
$user2Actual = $this->getActualUsername($user2);

$path = $this->getSharesEndpointPath("?path=".urlencode($filepath));
$path = $this->getSharesEndpointPath("?path=".\urlencode($filepath));
$this->response = OcsApiHelper::sendRequest(
$this->getBaseUrl(),
$user1Actual,
Expand Down

0 comments on commit 3928966

Please sign in to comment.