From 4bd19254b795bbaf3c5bd486dbf635649943d5a0 Mon Sep 17 00:00:00 2001 From: Helior Colorado Date: Thu, 7 Jun 2012 12:26:21 -0700 Subject: [PATCH] Referencing the correct file for the content_type process function. --- includes/content.plugin-type.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/includes/content.plugin-type.inc b/includes/content.plugin-type.inc index 4c767ae..a0debc3 100644 --- a/includes/content.plugin-type.inc +++ b/includes/content.plugin-type.inc @@ -10,7 +10,7 @@ function ctools_content_plugin_type(&$items) { 'cache' => FALSE, 'process' => array( 'function' => 'ctools_content_process', - 'file' => 'export-ui.inc', + 'file' => 'content.inc', 'path' => drupal_get_path('module', 'ctools') . '/includes', ), ); -- 1.7.7.5 (Apple Git-26)