mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
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:
parent
a871776615
commit
dd6fd32883
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue