mirror of
https://github.com/friendica/friendica
synced 2025-04-24 22:30:11 +00:00
Function calls
update function calls to new class
This commit is contained in:
parent
d50a1edef4
commit
e537f7d017
6 changed files with 10 additions and 10 deletions
|
@ -315,7 +315,7 @@ class Post extends BaseObject
|
|||
|
||||
localize_item($item);
|
||||
|
||||
$body = prepare_body($item, true);
|
||||
$body = Item::prepareBody($item, true);
|
||||
|
||||
list($categories, $folders) = get_cats_and_terms($item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue