From 09b6978e4cf8d2e00dbd5a5f2ba96e65aae36302 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 14 Mar 2019 20:08:38 +0000 Subject: [PATCH] Oeertube or Peertube? The last one sounds better :-) --- mod/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/follow.php b/mod/follow.php index f658ef7b2a..9ecfdd8760 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -62,7 +62,7 @@ function follow_content(App $a) $uid = local_user(); $url = Strings::escapeTags(trim(defaults($_REQUEST, 'url', ''))); - // Issue 6874: Allow remote following from Oeertube + // Issue 6874: Allow remote following from Peertube $url = str_replace('acct:', '', $url); if (!$url) {