Some standards
This commit is contained in:
parent
e16fb74b0c
commit
c6e7f6306c
|
@ -1479,7 +1479,7 @@ class ostatus {
|
||||||
$o = "";
|
$o = "";
|
||||||
$siteinfo = get_attached_data($item["body"]);
|
$siteinfo = get_attached_data($item["body"]);
|
||||||
|
|
||||||
switch($siteinfo["type"]) {
|
switch ($siteinfo["type"]) {
|
||||||
case 'photo':
|
case 'photo':
|
||||||
$imgdata = get_photo_info($siteinfo["image"]);
|
$imgdata = get_photo_info($siteinfo["image"]);
|
||||||
$attributes = array("rel" => "enclosure",
|
$attributes = array("rel" => "enclosure",
|
||||||
|
|
Loading…
Reference in a new issue