diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 2a83d6c8a6..19a8a77222 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -487,7 +487,6 @@ class DFRN $photos[$p['scale']] = System::baseUrl().'/photo/'.$p['resource-id'].'-'.$p['scale'].'.'.$ext[$p['type']]; } - unset($rp, $ext); $doc = new DOMDocument('1.0', 'utf-8'); $doc->formatOutput = true;