Fix PHP notice
This commit is contained in:
parent
0f0f7e4b27
commit
f9891a966f
|
|
@ -86,7 +86,7 @@ class Swimlane extends Base
|
|||
{
|
||||
$project = $this->getProject();
|
||||
|
||||
$values = $this->request->getValues();
|
||||
$values = $this->request->getValues() + array('show_default_swimlane' => 0);
|
||||
list($valid,) = $this->swimlane->validateDefaultModification($values);
|
||||
|
||||
if ($valid) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue