]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Redir.php
Don't try to follow remote item from non-URI or scheme-less URI
[friendica.git] / src / Module / Contact / Redir.php
index 6780197555113672bc0522aaf30fcc0361ab3f45..e1a7b2144842d6b69e47b255c58668f795510b2f 100644 (file)
@@ -171,7 +171,7 @@ class Redir extends \Friendica\BaseModule
 
                        // On a local instance we have to check if the local user has already authenticated
                        // with the local contact. Otherwise, the local user would ask the local contact
-                       // for authentification everytime he/she is visiting a profile page of the local
+                       // for authentication everytime he/she is visiting a profile page of the local
                        // contact.
                        if (($host == $remotehost) && ($this->session->getRemoteContactID($this->session->get('visitor_visiting')) == $this->session->get('visitor_id'))) {
                                // Remote user is already authenticated.