X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fconversation.php;h=571e2facedfb1a89b0a803bf7bb4ff9b08e0552e;hb=b935b57c666774e108a78ea4e690c290e1f7454e;hp=36eded8e8afe1b54ca69b949a6f7228f04adfb24;hpb=6c0c9d542abaabd8000a10eb47b0921426fcd25d;p=friendica.git diff --git a/include/conversation.php b/include/conversation.php index 36eded8e8a..571e2faced 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -466,7 +466,7 @@ function item_condition() { */ if(!function_exists('conversation')) { -function conversation(&$a, $items, $mode, $update, $preview = false) { +function conversation(App $a, $items, $mode, $update, $preview = false) { require_once('include/bbcode.php'); require_once('include/Contact.php');