rewrote based on CR by @Annando, thank you. It is now clear to me.

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-07-26 22:15:24 +02:00
parent a871776615
commit dd6fd32883
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 0 additions and 1 deletions

View File

@ -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;