@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | try { |
| 65 | 65 | $profileManager->createProfile($data['name'], $data['description']); |
| 66 | - }catch (\Exception $e) { |
|
| 66 | + } catch (\Exception $e) { |
|
| 67 | 67 | $cache->save('settings_errors', $e->getMessage()); |
| 68 | 68 | return new RedirectResponse($this->generateUrl('ongr_settings_profile_add')); |
| 69 | 69 | } |