sforkowany z mirror/friendica
Merge pull request #7179 from friendica/MrPetovan-patch-module-contact
Fix typo in Module\Contact2022.09-rc
commit
fc0733d1ec
|
@ -260,7 +260,7 @@ class Contact extends BaseModule
|
||||||
public static function content($update = 0)
|
public static function content($update = 0)
|
||||||
{
|
{
|
||||||
if (!local_user()) {
|
if (!local_user()) {
|
||||||
return Login::form($_SERVER['REQUET_URI']);
|
return Login::form($_SERVER['REQUEST_URI']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$a = self::getApp();
|
$a = self::getApp();
|
||||||
|
|
Ładowanie…
Reference in New Issue