X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=8b1713026970604ccd1aad323b92b777bd321626;hb=52bddd580c3f97add2d15f00c01c80acfc73230f;hp=0a6b48e4ebf7ec1a6b2a2256e9f1aee47b5b9a56;hpb=0ae6f571da9101401eec4fd9100dd9e9569cf211;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index 0a6b48e4eb..8b17130269 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -12,7 +12,7 @@ use Friendica\Core\Config; use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Database\DBM; -use Friendica\Object\Photo; +use Friendica\Object\Image; $frio = "view/theme/frio"; @@ -82,7 +82,7 @@ function frio_uninstall() { */ function frio_item_photo_links(App $a, &$body_info) { - $phototypes = Photo::supportedTypes(); + $phototypes = Image::supportedTypes(); $occurence = 1; $p = bb_find_open_close($body_info['html'], "");