Merge pull request #2210 from jordanbancino/message-fix

Fix an incorrect/misleading message in lib/Service/BoardService.php
This commit is contained in:
Julius Härtl
2020-08-24 09:14:09 +02:00
committed by GitHub

View File

@@ -415,7 +415,7 @@ class BoardService {
}
if ($title === false || $title === null) {
throw new BadRequestException('color must be provided');
throw new BadRequestException('title must be provided');
}
if ($color === false || $color === null) {