diff --git a/lib/Drupal/views/Plugins/views/area/View.php b/lib/Drupal/views/Plugins/views/area/View.php
index 26b352663167c9d19703656659ac6e6155be5125..ab4c435f39003cb7af0f98bd0486d22d8f9b5482 100644
--- a/lib/Drupal/views/Plugins/views/area/View.php
+++ b/lib/Drupal/views/Plugins/views/area/View.php
@@ -32,7 +32,7 @@ function options_form(&$form, &$form_state) {
     $view_display = $this->view->name . ':' . $this->view->current_display;
 
     $options = array('' => t('-Select-'));
-    $options += views_get_views_as_options(FALSE, 'all', $view_display);
+    $options += views_get_views_as_options(FALSE, 'all', $view_display, FALSE, TRUE);
     $form['view_to_insert'] = array(
       '#type' => 'select',
       '#title' => t('View to insert'),