Completed
Push — Projets ( ea7aa3...ff735a )
by Hugo
08:40
created
app/controllers/ProjetsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
         $contributor = array_unique($contributor, SORT_REGULAR);
181 181
 
182 182
         $this->view->setVar("contributors", $contributor);
183
-        $this->view->setVar("usecases", $usecases);;
183
+        $this->view->setVar("usecases", $usecases); ;
184 184
 
185 185
     }
186 186
 
Please login to merge, or discard this patch.