sizes links in xml output of api/frienidca/photo is an array

pull/2208/head
fabrixxm 2015-12-28 09:46:18 +01:00
rodzic 79c32105fc
commit 696fe53d8f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -12,9 +12,9 @@
<width>{{$photo.width}}</width>
<datasize>{{$photo.datasize}}</datasize>
<profile>1</profile>
<url>{{foreach $photo.link as $scale => $url}}
<links type="array">{{foreach $photo.link as $scale => $url}}
<link type="{{$photo.type}}" scale="{{$scale}}" href="{{$url}}" />
{{/foreach}}</url>
{{/foreach}}</links>
{{if $photo.data}}
<data encode="base64">{{$photo.data}}</data>
{{/if}}