Commit d71d4e47 authored by Sabina Halkic's avatar Sabina Halkic Committed by Jakob P
Browse files

Issue #1047790 by sabina.h: Make title of node page configurable

parent b388da1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ class QwebircConfigureForm extends ConfigFormBase {

    $qwebirc_config = $this->config('qwebirc.settings');
    $qwebirc_config
      ->set('qwebirc_page_title', $form_state->getValue('qwebirc_page_title'))
      ->set('qwebirc_welcome', $form_state->getValue('qwebirc_welcome'))
      ->set('qwebirc_channel', $form_state->getValue('qwebirc_channel'))
      ->set('qwebirc_width', $form_state->getValue('qwebirc_width'))