]> git.mxchange.org Git - friendica.git/commitdiff
Remove global state for redirect_url
authorMatthew Exon <github.mexon@spamgourmet.com>
Mon, 25 Jan 2016 10:06:10 +0000 (11:06 +0100)
committerMatthew Exon <github.mexon@spamgourmet.com>
Mon, 25 Jan 2016 10:06:10 +0000 (11:06 +0100)
boot.php

index 9ee0c98df71444bcc529a25b56dcb944c80d1ce3..2242ba476d85f06e811eb872b4f435f5c2625ec0 100644 (file)
--- 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;