Skip to content
Snippets Groups Projects
Commit 33bfbf79 authored by Alex Barth's avatar Alex Barth
Browse files

Get ctools_dependent_process() out of the way for now.

parent 723a2a68
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ class FeedsHTTPFetcher extends FeedsFetcher { ...@@ -122,7 +122,7 @@ class FeedsHTTPFetcher extends FeedsFetcher {
'#title' => t('Designated hub'), '#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.'), '#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'], '#default_value' => $this->config['designated_hub'],
'#process' => array('ctools_dependent_process'), // '#process' => array('ctools_dependent_process'),
'#dependency' => array( '#dependency' => array(
'edit-use-pubsubhubbub' => array(1), 'edit-use-pubsubhubbub' => array(1),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment