Index: page_title.module =================================================================== --- page_title.module (revision 167) +++ page_title.module (working copy) @@ -679,7 +679,7 @@ // Now check the display has arguments. This ensures we are on an overidden Contextual Filter if (empty($display_handler->options['arguments'])) return; - list($display_id, $section, $section_id) = explode('-', $form['#secton']); + list($display_id, $section, $section_id) = explode('-', $form['#section']); $argument_handler = &$form_state['handler']; // Build a page title options fieldset wrapper