Merge pull request #7179 from friendica/MrPetovan-patch-module-contact

Fix typo in Module\Contact
This commit is contained in:
Philipp
2019-05-23 20:31:03 +02:00
committed by GitHub

View 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();