Fix typo in Module\Contact

Follow-up to #7154, thanks to @AlfredSK
This commit is contained in:
Hypolite Petovan 2019-05-23 13:01:40 -04:00 committed by GitHub
parent c1366e23fb
commit 0dae4f9492
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();