From: Matthew Exon Date: Mon, 25 Jan 2016 10:06:10 +0000 (+0100) Subject: Remove global state for redirect_url X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cfd40896de0aa29511dccf0adfce958453be3940;p=friendica.git Remove global state for redirect_url --- diff --git a/boot.php b/boot.php index 9ee0c98df7..2242ba476d 100644 --- a/boot.php +++ b/boot.php @@ -526,7 +526,6 @@ class App { private $curl_code; private $curl_content_type; private $curl_headers; - private $curl_redirect_url; private $cached_profile_image; private $cached_profile_picdate; @@ -910,14 +909,6 @@ class App { return $this->curl_headers; } - function set_curl_redirect_url($url) { - $this->curl_redirect_url = $url; - } - - function get_curl_redirect_url() { - return $this->curl_redirect_url; - } - function get_cached_avatar_image($avatar_image){ return $avatar_image;