Update apps/dav/lib/Connector/Sabre/Node.php
Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
This commit is contained in:
parent
78e6bf0daf
commit
aee348c5f5
|
@ -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 New Issue