Fix PHP notice

This commit is contained in:
Frederic Guillot 2015-03-28 18:32:40 -04:00
parent 0f0f7e4b27
commit f9891a966f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {