Merge pull request #7179 from friendica/MrPetovan-patch-module-contact
Fix typo in Module\Contact
This commit is contained in:
commit
fc0733d1ec
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue