Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created February 16, 2010 23:20
Show Gist options
  • Select an option

  • Save tmcw/306063 to your computer and use it in GitHub Desktop.

Select an option

Save tmcw/306063 to your computer and use it in GitHub Desktop.
64a65,66
> *
> * @throws Exception $e
67,72c69
< try {
< $this->processor->expire($time);
< }
< catch (Exception $e) {
< drupal_set_message($e->getMessage(), 'error');
< }
---
> $this->processor->expire($time);
81a79,80
> * @throws Exception $e
> *
94a94,96
> case 'subscribe':
> feeds_source($feed_info['importer_id'], $feed_info['feed_nid'])->subscribe();
> return;
110a113,114
> case 'subscribe':
> return $this->fetcher->subscriptionPeriod();
118c122
< return array('import', 'expire');
---
> return array('import', 'expire', 'subscribe');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment