From: Hypolite Petovan Date: Thu, 23 May 2019 17:01:40 +0000 (-0400) Subject: Fix typo in Module\Contact X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dae4f949224e3d40f1dda5e90644355f7742bb6;p=friendica.git Fix typo in Module\Contact Follow-up to #7154, thanks to @AlfredSK --- diff --git a/src/Module/Contact.php b/src/Module/Contact.php index 4429573ab7..8d50e964ea 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -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();