Merge pull request #4775 from nextcloud/backport/4765/stable25
This commit is contained in:
@@ -600,7 +600,7 @@ class CardMapper extends QBMapper implements IPermissionMapper {
|
|||||||
}
|
}
|
||||||
$this->cache->set('findBoardId:' . $id, $result);
|
$this->cache->set('findBoardId:' . $id, $result);
|
||||||
}
|
}
|
||||||
return $result !== false ? $result : null;
|
return $result !== false ? (int) $result : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mapOwner(Card &$card) {
|
public function mapOwner(Card &$card) {
|
||||||
|
|||||||
Reference in New Issue
Block a user