mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
Update function calls
update function calls to new class.
This commit is contained in:
parent
3a604029eb
commit
d9b558a8ed
7 changed files with 47 additions and 28 deletions
|
@ -245,7 +245,7 @@ class DFRN
|
|||
intval(TERM_CATEGORY),
|
||||
intval($owner_id)
|
||||
);
|
||||
//$sql_extra .= file_tag_file_query('item',$category,'category');
|
||||
//$sql_extra .= FileTag::fileQuery('item',$category,'category');
|
||||
}
|
||||
|
||||
if ($public_feed && ! $converse) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue