From 33bfbf79079b940669709afb73a31bcf696aa323 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sat, 18 Sep 2010 00:06:39 +0000 Subject: [PATCH] Get ctools_dependent_process() out of the way for now. --- plugins/FeedsHTTPFetcher.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FeedsHTTPFetcher.inc b/plugins/FeedsHTTPFetcher.inc index b1320f3b..82ac0b93 100644 --- a/plugins/FeedsHTTPFetcher.inc +++ b/plugins/FeedsHTTPFetcher.inc @@ -122,7 +122,7 @@ class FeedsHTTPFetcher extends FeedsFetcher { '#title' => t('Designated hub'), '#description' => t('Enter the URL of a designated PubSubHubbub hub (e. g. superfeedr.com). If given, this hub will be used instead of the hub specified in the actual feed.'), '#default_value' => $this->config['designated_hub'], - '#process' => array('ctools_dependent_process'), +// '#process' => array('ctools_dependent_process'), '#dependency' => array( 'edit-use-pubsubhubbub' => array(1), ), -- GitLab