]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Remove unused parameter in can_write_wall()
[friendica.git] / mod / subthread.php
index a597b169872feb63a144aa5def4ae12d333ad2ac..9200c335e1b7b457eefe2441629691fc617d15b8 100644 (file)
@@ -32,7 +32,7 @@ function subthread_content(App $a) {
 
        $owner_uid = $item['uid'];
 
-       if(! can_write_wall($a,$owner_uid)) {
+       if(! can_write_wall($owner_uid)) {
                return;
        }