]> git.mxchange.org Git - friendica.git/commitdiff
add live div to wall page
authorZach Prezkuta <fermion@gmx.com>
Mon, 29 Oct 2012 18:43:52 +0000 (12:43 -0600)
committerZach Prezkuta <fermion@gmx.com>
Mon, 29 Oct 2012 18:43:52 +0000 (12:43 -0600)
include/conversation.php

index 6b7c3afb031ceac2174d3a139a07b7c2fd146944..7f4c5bc3d22050fd6ff7c06f76390d910fc299dc 100644 (file)
@@ -413,6 +413,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
 
                if(!$update) {
                        $tab = notags(trim($_GET['tab']));
+                       $tab = ( $tab ? $tab : 'posts' );
                        if($tab === 'posts') {
                                // This is ugly, but we can't pass the profile_uid through the session to the ajax updater,
                                // because browser prefetching might change it on us. We have to deliver it with the page.