Remove unused parameter in can_write_wall()

This commit is contained in:
Hypolite Petovan 2018-01-03 21:05:55 -05:00
parent 659d637b5a
commit 722782d553
7 changed files with 12 additions and 13 deletions

View 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;
}