mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Update apps/dav/lib/Connector/Sabre/Node.php
Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
This commit is contained in:
parent
78e6bf0daf
commit
aee348c5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ abstract class Node implements \Sabre\DAV\INode {
|
|||
* @return string
|
||||
*/
|
||||
public function getNoteFromShare($user) {
|
||||
if ($user == null) {
|
||||
if ($user === null) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue