Skip to content
Snippets Groups Projects
Commit 3eb67ce8 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2080013 by mrsinguyen: Remove Unused local variable from...

Issue #2080013 by mrsinguyen: Remove Unused local variable  from /core/modules/system/lib/Drupal/system/Form/ImageToolkitForm.php.
parent 29e3ae0c
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ public function submitForm(array &$form, array &$form_state) {
// Call the form submit handler for each of the toolkits.
// Get the toolkit settings forms.
foreach ($this->availableToolkits as $id => $toolkit) {
foreach ($this->availableToolkits as $toolkit) {
$toolkit->settingsFormSubmit($form, $form_state);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment