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
commit fc0733d1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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