]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
don't allow events to finish before they begin
[friendica.git] / mod / community.php
index 73feaabc69b2373e28efa34000315907732677f9..cf43598b518bdf5a5cd5a64cc7ed878c1b36794b 100644 (file)
@@ -27,7 +27,7 @@ function community_content(&$a, $update = 0) {
        if(! $update) {
                $o .= '<script> $(document).ready(function() { $(\'#nav-community-link\').addClass(\'nav-selected\'); });</script>';
                $o .= '<div id="live-community"></div>' . "\r\n";
-               $o .= "<script> var profile_uid = -1; var netargs = ''; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
+               $o .= "<script> var profile_uid = -1; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n";
        }
 
        if(x($a->data,'search'))