We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12b38b commit e120eb1Copy full SHA for e120eb1
1 file changed
apps/dav/lib/Db/PropertyMapper.php
@@ -45,6 +45,7 @@ public function findPropertyByPathAndName(string $userId, string $path, string $
45
* @throws \OCP\DB\Exception
46
*/
47
public function findPropertiesByPathsAndUsers(array $calendars): array {
48
+ if (empty($calendars)) return [];
49
$selectQb = $this->db->getQueryBuilder();
50
$selectQb->select('*')
51
->from(self::TABLE_NAME);
0 commit comments