@@ -104,14 +104,14 @@ |
||
104 | 104 | 'success' |
105 | 105 | ); |
106 | 106 | //phpcs:ignore Generic.Files.LineLength.TooLong |
107 | - Log::addConfigurationLog('Module ' . $this->module->title() . ' : View “' . $view->id() . '” has been updated.'); |
|
107 | + Log::addConfigurationLog('Module '.$this->module->title().' : View “'.$view->id().'” has been updated.'); |
|
108 | 108 | } catch (Throwable $ex) { |
109 | 109 | FlashMessages::addMessage( |
110 | 110 | I18N::translate('An error occured while updating the geographical dispersion analysis view.'), |
111 | 111 | 'danger' |
112 | 112 | ); |
113 | 113 | //phpcs:ignore Generic.Files.LineLength.TooLong |
114 | - Log::addErrorLog('Module ' . $this->module->title() . ' : Error when updating view “' . $view->id() . '”: ' . $ex->getMessage()); |
|
114 | + Log::addErrorLog('Module '.$this->module->title().' : Error when updating view “'.$view->id().'”: '.$ex->getMessage()); |
|
115 | 115 | } |
116 | 116 | |
117 | 117 | return redirect($admin_config_route); |