diff --git a/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php b/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php index 50f60505a796b9c86635fac75d3f4390a14283e0..a6e38ceb298604bc34d9b2f817690733da3f3f1f 100644 --- a/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php +++ b/core/modules/file/lib/Drupal/file/Plugin/views/field/Extension.php @@ -37,7 +37,7 @@ public function buildOptionsForm(&$form, &$form_state) { '#type' => 'checkbox', '#title' => t('Detect if tar is part of the extension'), '#description' => t("See if the previous extension is '.tar' and if so, add that, so we see 'tar.gz' or 'tar.bz2' instead of just 'gz'."), - '#default_value' => $this->options['fileextension_max_extension_parts'], + '#default_value' => $this->options['extension_detect_tar'], ); }