Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.7.1

Bug #7593 Notice in Services_Trackback::send()
Submitted: 2006-05-09 19:59 UTC
From: svenfuchs at artweb-design dot de Assigned: doconnor
Status: Closed Package: Services_Trackback (version 0.6.1)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-05-09 19:59 UTC] svenfuchs at artweb-design dot de (Sven Fuchs)
Description: ------------ // Add HTTP headers // $req->addHeader("User-Agent", $this->_options['useragent']); throws a notice Undefined index: useragent notice: in F:\lib\pear\Services\Trackback.php on line 397 I think this should be: $req->addHeader("User-Agent", $options['useragent']);

Comments

 [2008-10-01 13:42 UTC] doconnor (Daniel O'Connor)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.