Closed (fixed)
Project:
Shorten URLs
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2015 at 08:01 UTC
Updated:
26 Sep 2016 at 03:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mqannehComment #3
icecreamyou commentedSorry it took so long to respond. Thank you for contributing.
This does appear to be an issue when the module is looking for a plain-text response. However, there are several status codes that indicate success, not just 200. Instead of checking for the status code, we should just set
$contents = NULLif$result->erroris set.Comment #4
abhishek.pareek commentedComment #5
abhishek.pareek commentedComment #7
icecreamyou commentedCommitted, thanks, and sorry for the delay.