@@ -48,7 +48,7 @@ |
||
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 | } |