]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Profile.php
removed unused "f" parameter
[friendica.git] / src / Model / Profile.php
index 4ca6ca66bd29b563447c2066c7fc52d6330994f3..4261d62e7a5ee375e7b6c5e642dbe862cf0a0a4f 100644 (file)
@@ -1087,7 +1087,7 @@ class Profile
                $basepath = Contact::getBasepath($contact['url']);
 
                if ($basepath != $a->getBaseURL() && !strstr($dest, '/magic')) {
-                       $magic_path = $basepath . '/magic' . '?f=&owa=1&dest=' . $dest . '&' . $addr_request;
+                       $magic_path = $basepath . '/magic' . '?owa=1&dest=' . $dest . '&' . $addr_request;
 
                        // We have to check if the remote server does understand /magic without invoking something
                        $serverret = Network::curl($basepath . '/magic');