Merge https://github.com/friendica/red into zpull
This commit is contained in:
commit
bc611fb67d
@ -854,6 +854,8 @@ function photos_content(&$a) {
|
|||||||
'$imgsrc' => $a->get_baseurl() . '/photo/' . $rr['resource_id'] . '-' . $rr['scale'] . '.' .$ext,
|
'$imgsrc' => $a->get_baseurl() . '/photo/' . $rr['resource_id'] . '-' . $rr['scale'] . '.' .$ext,
|
||||||
'$imgalt' => $imgalt_e,
|
'$imgalt' => $imgalt_e,
|
||||||
'$desc'=> $desc_e,
|
'$desc'=> $desc_e,
|
||||||
|
'$ext' => $ext,
|
||||||
|
'$hash'=> $rr['resource_id'],
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user