fix photos after permissions_sql change
This commit is contained in:
parent
1224e256b1
commit
7ad2dd6565
3 changed files with 78 additions and 6 deletions
|
@ -85,7 +85,7 @@ function display_content(&$a) {
|
|||
$o .= status_editor($a,$x,0,true);
|
||||
|
||||
|
||||
$sql_extra = permissions_sql($a->profile['uid'],$remote_contact,$groups);
|
||||
$sql_extra = item_permissions_sql($a->profile['uid'],$remote_contact,$groups);
|
||||
|
||||
$r = q("SELECT `item`.*, `item`.`id` AS `item_id`,
|
||||
`contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`rel`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue