From: Philipp Date: Mon, 31 Oct 2022 20:00:23 +0000 (+0100) Subject: Rename $action because of PR before X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f62278703638626900638931d24d961a326cbf0;p=friendica.git Rename $action because of PR before --- diff --git a/src/Module/Contact/Follow.php b/src/Module/Contact/Follow.php index f3d4a386f8..e240a72204 100644 --- a/src/Module/Contact/Follow.php +++ b/src/Module/Contact/Follow.php @@ -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']),