]> git.mxchange.org Git - friendica.git/commitdiff
Rename $action because of PR before
authorPhilipp <admin@philipp.info>
Mon, 31 Oct 2022 20:00:23 +0000 (21:00 +0100)
committerPhilipp <admin@philipp.info>
Mon, 31 Oct 2022 20:00:23 +0000 (21:00 +0100)
src/Module/Contact/Follow.php

index f3d4a386f8ba9eb8502b3a51a18ba7231847857b..e240a72204cbf8b3d9746d0cffe9da1a10184d07 100644 (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']),