Home » Web Services » Services_Trackback » Bug #6341
Undefined variable on line 315 & 378
Details
| Submitted | 2005-12-24 00:07 UTC |
|---|---|
| From | youka at noldor dot info |
| Assigned | toby |
| Status | Closed |
| Package | Services_Trackback |
| PHP Version | 5.0.5 |
| OS | WinXP |
| Roadmaps | (Not assigned) |
Comments
[2005-12-24 00:07 UTC] youka at noldor dot info
Description:
------------
ver0.5.0
line 315
> $res = $this->_checkURLs($url, $identifier, $strictness);
meybe...
> $res = $this->_checkURLs($url, $identifier, $this->_options['strictness']);
line 378
> $req->addHeader("User-Agent", $this->options['useragent']);
meybe...
> $req->addHeader("User-Agent", $options['useragent']);