From: fabrixxm Date: Wed, 21 Nov 2018 14:12:11 +0000 (+0100) Subject: More code standard X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07d358adc1658c54fcdefb42110fd1dd72609043;p=friendica.git More code standard --- diff --git a/src/Module/Photo.php b/src/Module/Photo.php index 8ce0c2674e..a8e630fd0a 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -78,7 +78,7 @@ class Photo extends BaseModule killme(); } - $cacheable = ($photo["allow_cid"].$photo["allow_gid"].$photo["deny_cid"].$photo["deny_gid"] === "") && (isset($photo["cacheable"])?$photo["cacheable"]:true); + $cacheable = ($photo["allow_cid"] . $photo["allow_gid"] . $photo["deny_cid"] . $photo["deny_gid"] === "") && (isset($photo["cacheable"]) ? $photo["cacheable"] : true); $img = MPhoto::getImageForPhoto($photo);