Update apps/dav/lib/Connector/Sabre/Node.php

Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
This commit is contained in:
Christoph Wurst 2019-03-04 08:24:14 +01:00 committed by GitHub
parent 78e6bf0daf
commit aee348c5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ abstract class Node implements \Sabre\DAV\INode {
* @return string
*/
public function getNoteFromShare($user) {
if ($user == null) {
if ($user === null) {
return '';
}