diff --git a/plugins/FeedsHTTPFetcher.inc b/plugins/FeedsHTTPFetcher.inc index b1320f3b7cdf1a96f50659a2cb0ef5296ccf5c19..82ac0b93cbcd3e2490e177b332d91dcff54e5dc3 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), ),