removed unused "f" parameter
This commit is contained in:
parent
51e55bca18
commit
5eeca432fe
5 changed files with 5 additions and 6 deletions
|
@ -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 != '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue