Skip to content

Resolve #3215690 "Handle http errors"

Closes #3215690

Work included:

  • Added else clause to if ($response->code == '200') condition so that non 200 statuses are handled
  • changed if (strpos($data['channel']['item']['title'], variable_get('rave_alerts_active_text', '[CLEAR]'))) condition to simply an else clause so that NO rss feeds without [ACTIVE] in their titles are displayed as alerts on our websites

Merge request reports