mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b277841cb4
FilesMetadata::setIntList() throws an exception because it uses the incorrect type IMetadataValueWrapper::TYPE_STRING_LIST instead of IMetadataValueWrapper::TYPE_INT_LIST. Signed-off-by: hschletz <holger.schletz@web.de>