From 4c24ee2d631f46efae7ecb0d14083948ffd146e6 Mon Sep 17 00:00:00 2001 From: Earl Miles <merlin@logrus.com> Date: Mon, 20 Apr 2009 19:48:22 +0000 Subject: [PATCH] Fix the "save" button to work on the views content settings page, though that page is still in the wrong place. --- views_content/views_content.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views_content/views_content.admin.inc b/views_content/views_content.admin.inc index 272961e5..df1989ad 100644 --- a/views_content/views_content.admin.inc +++ b/views_content/views_content.admin.inc @@ -10,7 +10,7 @@ */ function views_content_admin_page() { - $form['panels_views_all_views'] = array( + $form['ctools_content_all_views'] = array( '#type' => 'checkbox', '#title' => t('Make all views available as panes'), '#description' => t("If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Content pane' display will be available as content panes."), -- GitLab