From: Roland Häder Date: Wed, 26 Jul 2017 20:15:24 +0000 (+0200) Subject: rewrote based on CR by @Annando, thank you. It is now clear to me. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dd6fd32883bb814fe19d92436352204f5e315224;p=friendica.git rewrote based on CR by @Annando, thank you. It is now clear to me. Signed-off-by: Roland Häder --- 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;