]> git.mxchange.org Git - friendica.git/commitdiff
Some standards
authorMichael <heluecht@pirati.ca>
Thu, 20 Apr 2017 05:17:00 +0000 (05:17 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 20 Apr 2017 05:17:00 +0000 (05:17 +0000)
include/ostatus.php

index 6ca58fab6df5fdd22960515607ab84b1dc9abe48..3b5ca3f813fb47fc620aac9583778a11a01c203f 100644 (file)
@@ -1479,7 +1479,7 @@ class ostatus {
                $o = "";
                $siteinfo = get_attached_data($item["body"]);
 
-               switch($siteinfo["type"]) {
+               switch ($siteinfo["type"]) {
                        case 'photo':
                                $imgdata = get_photo_info($siteinfo["image"]);
                                $attributes = array("rel" => "enclosure",