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

Co-Authored-By: tobiasKaminsky <tobias@nextcloud.com>
pull/12978/head
Christoph Wurst 6 years ago committed by GitHub
parent 78e6bf0daf
commit aee348c5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/dav/lib/Connector/Sabre/Node.php

@ -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…
Cancel
Save