]> git.mxchange.org Git - friendica.git/commitdiff
Oeertube or Peertube? The last one sounds better :-)
authorMichael <heluecht@pirati.ca>
Thu, 14 Mar 2019 20:08:38 +0000 (20:08 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 14 Mar 2019 20:08:38 +0000 (20:08 +0000)
mod/follow.php

index f658ef7b2a98ebfd5397bafbe1945349f9d88ada..9ecfdd8760b409e5368c4f797ca08cd70208855b 100644 (file)
@@ -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) {