]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Remove queue from Admin/Summary
[friendica.git] / src / Module / Contact.php
index a7f0176e53e6fe2df4385c51ce22590694b44f19..847455f498927f0d6444c5a88dcbc858cd780c18 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();