]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Update/Network.php
Update function / rearrange tab order
[friendica.git] / src / Module / Update / Network.php
index 052ae040f066fd56396dab8aa22bd1011671cbf3..7c9a07f362fd01a16c0c52122734b5e88457df1e 100644 (file)
@@ -79,7 +79,7 @@ class Network extends NetworkModule
                        $ordering = '`commented`';
                }
 
-               $o = DI::conversation()->create($items, Conversation::MODE_NETWORK, $profile_uid, false, $ordering, DI::userSession()->getLocalUserId());
+               $o = DI::conversation()->render($items, Conversation::MODE_NETWORK, $profile_uid, false, $ordering, DI::userSession()->getLocalUserId());
 
                System::htmlUpdateExit($o);
        }