Skip to content

Commit 876bdf7

Browse files
starypatykartonge
andcommitted
Update lib/Sabre/PublicAlbumAuthBackend.php
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Dariusz Olszewski <8277636+starypatyk@users.noreply.github.com>
1 parent 7922c69 commit 876bdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Sabre/PublicAlbumAuthBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __construct() {
5656
* @return array
5757
*/
5858
public function check(RequestInterface $request, ResponseInterface $response) {
59-
\OC_User::setIncognitoMode(true); // ???
59+
\OC_User::setIncognitoMode(true);
6060
return [true, "principals/token"];
6161
}
6262

0 commit comments

Comments
 (0)