Skip to content

Commit

Permalink
UHF-8926: Fix PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Oct 18, 2023
1 parent 7732f3d commit 55c3eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helfi_navigation.module
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ function helfi_navigation_form_node_form_submit(array $form, FormStateInterface
$link = $link->getTranslation($langCode);
}

// User needs Administer menus and menu links -permission for this field to exist.
// User needs Administer menus and menu links -permission for
// this field to exist.
if (isset($values['content_translation_status'])) {
$link->set('content_translation_status', $values['content_translation_status'])
->save();
Expand Down

0 comments on commit 55c3eb7

Please sign in to comment.