Completed
Push — feature/pilot_information ( cc067b...4835e7 )
by Laurent
01:49
created
Http/Web/Controller/PilotEditController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             try{
49 49
                 $this->handle($form->getObject());
50 50
                 return $this->redirect($_SERVER["PHP_SELF"].'?id='.$id.'&r=list_members');
51
-            }catch(\Exception $e){
51
+            } catch(\Exception $e){
52 52
                 print $e->getMessage();
53 53
                 dol_syslog($e->getMessage(), LOG_ERR);
54 54
             }
Please login to merge, or discard this patch.