mirror of
https://github.com/friendica/friendica
synced 2025-04-23 03:10:12 +00:00
Rename auto_request.tpl form action template variable
This commit is contained in:
parent
c9d6a3f044
commit
3020dfbeeb
5 changed files with 5 additions and 5 deletions
|
@ -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(),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue