Skip to content

Commit

Permalink
Issue #16: Add 'module' key to hook_feeds_plugins() implementation.
Browse files Browse the repository at this point in the history
Fixes #16.
  • Loading branch information
laryn committed Jan 18, 2024
1 parent 89471ce commit fc7b881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions date_ical.module
Expand Up @@ -76,6 +76,7 @@ function date_ical_feeds_plugins() {
$info['DateiCalFeedsParser'] = array(
'name' => 'iCal parser',
'description' => t('Parse iCal feeds.'),
'module' => 'date_ical',
'handler' => array(
'parent' => 'FeedsParser',
'class' => 'DateiCalFeedsParser',
Expand Down

0 comments on commit fc7b881

Please sign in to comment.