Skip to content
Snippets Groups Projects
Commit bb42cfa3 authored by Daniel Chadwick's avatar Daniel Chadwick
Browse files

Removing unnecessary extra line.

parent 9b376319
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ class RedirectSettingsForm extends ConfigFormBase {
*/
public function submitForm(array &$form, FormStateInterface $form_state) {
$config = $this->config('redirect.settings');
foreach ($form_state->getValues() as $key => $value) {
if (strpos($key, 'redirect_') !== FALSE) {
$config->set(str_replace('redirect_', '', $key), $value);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment