Rename $action because of PR before

This commit is contained in:
Philipp 2022-10-31 21:00:23 +01:00
parent 82cd6ff91d
commit 8f62278703
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class Follow extends BaseModule
'$submit' => $submit,
'$cancel' => $this->t('Cancel'),
'$request' => $requestUrl,
'$action' => $requestUrl,
'$name' => $contact['name'],
'$url' => $contact['url'],
'$zrl' => Profile::zrl($contact['url']),