1
0
Fork 0

removed unused "f" parameter

This commit is contained in:
Michael 2019-09-29 18:59:03 +00:00
commit 5eeca432fe
5 changed files with 5 additions and 6 deletions

View file

@ -1608,7 +1608,7 @@ class Diaspora
}
if (self::isRedmatrix($contact["url"])) {
return $contact["url"] . "/?f=&mid=" . $guid;
return $contact["url"] . "/?mid=" . $guid;
}
if ($parent_guid != '') {