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 f71463f commit e894611Copy full SHA for e894611
lib/Controller/AjaxController.php
@@ -552,7 +552,7 @@ public function addProject($name) {
552
$clientId = $this->request->clientId;
553
}
554
$color = '#ffffff';
555
- if (isset($this->request->color)) {
+ if (isset($this->request->color) && !empty($this->request->color)) {
556
$color = $this->request->color;
557
558
if (trim($name) == ''){
0 commit comments