Index: branches/5.0.x/in-news/units/articles/articles_event_handler.php =================================================================== diff -u -N -r12794 -r12844 --- branches/5.0.x/in-news/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 12794) +++ branches/5.0.x/in-news/units/articles/articles_event_handler.php (.../articles_event_handler.php) (revision 12844) @@ -1,6 +1,6 @@ followLocation = true; - $curl_helper->setOptions( Array (CURLOPT_USERAGENT => 'Wget/1.10.2') ); // otherwise FeedBurner will return HTML + $curl_helper->setOptions( Array (CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows; U; Windows NT 5.2; ru; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)') ); // otherwise FeedBurner will return HTML $xml_data = $curl_helper->Send($event->getEventParam('source_url'));