Fix an incorrect/misleading message in lib/Service/BoardService.php
Signed-off-by: Jordan Bancino <jordan@bancino.net>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user