From: Zach Prezkuta Date: Mon, 29 Oct 2012 18:43:52 +0000 (-0600) Subject: add live div to wall page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4fd339b216981c104e77455731974b1816355aca;hp=ab78e2064c57c3d22114aacdc4668b52f431fb9b;p=friendica.git add live div to wall page --- diff --git a/include/conversation.php b/include/conversation.php index 6b7c3afb03..7f4c5bc3d2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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.