X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fsubthread.php;h=9200c335e1b7b457eefe2441629691fc617d15b8;hb=722782d553a2681ea70cdf9f6ea8d603b897e05e;hp=a597b169872feb63a144aa5def4ae12d333ad2ac;hpb=659d637b5a277a6587c90102dfd4732caf675f8b;p=friendica.git diff --git a/mod/subthread.php b/mod/subthread.php index a597b16987..9200c335e1 100644 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -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; }