forked from GNUsocial/gnu-social
		
	effectiveUrl seems to contain the url we want
This commit is contained in:
		| @@ -80,7 +80,7 @@ class GNUsocial_HTTPResponse extends HTTP_Request2_Response | ||||
|      */ | ||||
|     function getUrl() | ||||
|     { | ||||
|         return $this->url; | ||||
|         return $this->effectiveUrl; | ||||
|     } | ||||
|  | ||||
|     /** | ||||
| @@ -360,4 +360,4 @@ class HTTPClient extends HTTP_Request2 | ||||
|         } while ($maxRedirs); | ||||
|         return new GNUsocial_HTTPResponse($response, $this->getUrl(), $redirs); | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user