Merge pull request #11792 from Quix0r/fixes/get-request-value

Wrong variable name fixed (maybe copy-paste mistake) + used method instead of direct array access
This commit is contained in:
Hypolite Petovan
2022-07-28 21:17:34 -04:00
committed by GitHub
21 changed files with 28 additions and 30 deletions
+1 -1
View File
@@ -2969,7 +2969,7 @@ class Contact
$cdata = self::getPublicAndUserContactID($contact['id'], $contact['uid']);
DI::notification()->deleteForUserByVerb($contact['uid'], Activity::FOLLOW, ['actor-id' => $cdata['public']]);
DI::notification()->deleteForUserByVerb($contact['uid'], Activity::FOLLOW, ['actor-id' => $contact['public']]);
}
/**