]> git.mxchange.org Git - friendica.git/blobdiff - mod/redir.php
Ensure *toArray returns an array
[friendica.git] / mod / redir.php
index 233ec9b0079ff59a65d2b033eeda318f836ebd31..c99e1823c76c84f05de01e5a7a3adbe622909e34 100644 (file)
@@ -85,7 +85,7 @@ function redir_init(App $a) {
 
                // When the remote page does support OWA, then we enforce the use of it
                $basepath = Contact::getBasepath($contact_url);
-               if ($basepath == System::baseUrl()) {
+               if (Strings::compareLink($basepath, System::baseUrl())) {
                        $use_magic = true;
                } else {
                        $serverret = Network::curl($basepath . '/magic');