]> git.mxchange.org Git - friendica.git/commitdiff
Fix typo in Module\Contact
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 23 May 2019 17:01:40 +0000 (13:01 -0400)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 17:01:40 +0000 (13:01 -0400)
Follow-up to #7154, thanks to @AlfredSK

src/Module/Contact.php

index 4429573ab78ec120385ab83ef6a6ece9f2a88b9f..8d50e964ea3620b147218a2b2d6d804abd1e1072 100644 (file)
@@ -260,7 +260,7 @@ class Contact extends BaseModule
        public static function content($update = 0)
        {
                if (!local_user()) {
-                       return Login::form($_SERVER['REQUET_URI']);
+                       return Login::form($_SERVER['REQUEST_URI']);
                }
 
                $a = self::getApp();