]> git.mxchange.org Git - friendica.git/blobdiff - mod/photo.php
Use the realpath for the handling with (temporary) paths
[friendica.git] / mod / photo.php
index 7506834cf502b27513371e42ec4dc6831adbd8de..3c5fdd7be4bde26b5fb375e9cbab1b8143b1bf7d 100644 (file)
@@ -119,7 +119,7 @@ function photo_init(App $a) {
                                intval($resolution)
                        );
 
-                       $public = (dbm::is_result($r)) AND ($r[0]['allow_cid'] == '') AND ($r[0]['allow_gid'] == '') AND ($r[0]['deny_cid']  == '') AND ($r[0]['deny_gid']  == '');
+                       $public = (dbm::is_result($r)) && ($r[0]['allow_cid'] == '') && ($r[0]['allow_gid'] == '') && ($r[0]['deny_cid']  == '') && ($r[0]['deny_gid']  == '');
 
                        if (dbm::is_result($r)) {
                                $resolution = $r[0]['scale'];