Skip Menu |

This queue is for tickets about the WebService-FogBugz CPAN distribution.

Report information
The Basics
Id: 33997
Status: resolved
Priority: 0/
Queue: WebService-FogBugz

People
Owner: takatsugu.shigeta [...] gmail.com
Requestors: kenp [...] cpanel.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.0.3
Fixed in: (no value)



Subject: Typo causes invalid return value
In the request_method function, content is returned as follows: return $res->content, "\n"; This causes return values to be 'blank', containing only the newline. Changing it to return $res->content. "\n"; will return the actual content. Tested against return data from FogBugz Version 6.1.13 (DB 629)
Thank you for your report. I committed ver 0.0.4 right now.