mirror of
https://github.com/friendica/friendica
synced 2024-11-18 16:23:41 +00:00
Rename $action because of PR before
This commit is contained in:
parent
82cd6ff91d
commit
8f62278703
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class Follow extends BaseModule
|
||||||
'$submit' => $submit,
|
'$submit' => $submit,
|
||||||
'$cancel' => $this->t('Cancel'),
|
'$cancel' => $this->t('Cancel'),
|
||||||
|
|
||||||
'$request' => $requestUrl,
|
'$action' => $requestUrl,
|
||||||
'$name' => $contact['name'],
|
'$name' => $contact['name'],
|
||||||
'$url' => $contact['url'],
|
'$url' => $contact['url'],
|
||||||
'$zrl' => Profile::zrl($contact['url']),
|
'$zrl' => Profile::zrl($contact['url']),
|
||||||
|
|
Loading…
Reference in a new issue