]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
Renamed function, beginning to replace the "remote_user" function
[friendica.git] / mod / photos.php
index daa31276f08671fc6b372827ba38637adc1d33a4..3bf49f37be9141adc55ae2882fcbb19f93139344 100644 (file)
@@ -904,7 +904,7 @@ function photos_content(App $a)
                return;
        }
 
-       $sql_extra = Security::getPermissionsSQLByUserId($owner_uid, $remote_contact);
+       $sql_extra = Security::getPermissionsSQLByUserId($owner_uid);
 
        $o = "";