From f9891a966fb87d2112f174b7c3a1b3a705b73bdd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 Mar 2015 18:32:40 -0400 Subject: Fix PHP notice --- app/Controller/Swimlane.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Swimlane.php b/app/Controller/Swimlane.php index de2f1f12..e10d21f1 100644 --- a/app/Controller/Swimlane.php +++ b/app/Controller/Swimlane.php @@ -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) { -- cgit v1.2.3