]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Merge remote-tracking branch 'upstream/develop' into 1701-index-again
[friendica.git] / include / conversation.php
index 36eded8e8afe1b54ca69b949a6f7228f04adfb24..571e2facedfb1a89b0a803bf7bb4ff9b08e0552e 100644 (file)
@@ -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');