tests: assert json diff between import/export
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -532,12 +532,12 @@ class BoardMapper extends QBMapper implements IPermissionMapper {
|
||||
if ($boardId) {
|
||||
unset($this->boardCache[$boardId]);
|
||||
} else {
|
||||
$this->boardCache = null;
|
||||
$this->boardCache = new CappedMemoryCache();
|
||||
}
|
||||
if ($userId) {
|
||||
unset($this->userBoardCache[$userId]);
|
||||
} else {
|
||||
$this->userBoardCache = null;
|
||||
$this->userBoardCache = new CappedMemoryCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user