Rename auto_request.tpl form action template variable

This commit is contained in:
Hypolite Petovan 2022-10-30 15:48:28 -04:00
parent c9d6a3f044
commit 3020dfbeeb
5 changed files with 5 additions and 5 deletions

View file

@ -127,7 +127,7 @@ class RemoteFollow extends BaseModule
'$submit' => $this->t('Submit Request'),
'$cancel' => $this->t('Cancel'),
'$request' => 'remote_follow/' . $this->parameters['profile'],
'$action' => 'remote_follow/' . $this->parameters['profile'],
'$name' => $this->owner['name'],
'$myaddr' => Profile::getMyURL(),
]);