Skip to content

Commit a9b74c0

Browse files
nfebeartonge
andauthored
fixup : suggestion
Co-authored-by: Louis <[email protected]> Signed-off-by: F. E Noel Nfebe <[email protected]>
1 parent 5cde95d commit a9b74c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/lib/Controller/ShareAPIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ public function updateShare(
13421342
$share->setPermissions($permissions);
13431343
}
13441344

1345-
$passwordParamSent = $this->request->getParam('password') !== null;
1345+
$passwordParamSent = $password !== null;
13461346
if ($passwordParamSent) {
13471347
if ($password === '') {
13481348
$share->setPassword(null);

0 commit comments

Comments
 (0)