]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
The fetch function now centrally controls the content
[friendica.git] / mod / display.php
index 6a07fa17622b631978b3c9e8e59a0f8baf6c1715..919b12fbc3e2e0454f5c5b510844dc6feafb02aa 100644 (file)
@@ -347,7 +347,7 @@ function display_content(App $a, $update = false, $update_uid = 0)
                Item::update(['unseen' => false], $condition);
        }
 
-       $items = conv_sort(dba::inArray($items_obj), "`commented`");
+       $items = conv_sort(Item::inArray($items_obj), "`commented`");
 
        if (!$update) {
                $o .= "<script> var netargs = '?f=&item_id=" . $item_id . "'; </script>";