]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
More code standard
[friendica.git] / src / Module / Photo.php
index 8ce0c2674e619fbbefd29bfd70c1cf46ebf11e53..a8e630fd0a3f37fc99ed3645a23fef926a3d3d00 100644 (file)
@@ -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);