Merge pull request #9071 from nextcloud/backport/9006/ignore_encrypted_custom_properties-13

[stable13] Do not treat is-encrypted as custom property
This commit is contained in:
Roeland Jago Douma 2018-04-05 08:53:28 +02:00 committed by GitHub
commit 652d0413cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class CustomPropertiesBackend implements BackendInterface {
'{http://owncloud.org/ns}downloadURL',
'{http://owncloud.org/ns}dDC',
'{http://owncloud.org/ns}size',
'{http://nextcloud.org/ns}is-encrypted',
);
/**