aboutsummaryrefslogtreecommitdiffstats
path: root/mod/community.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-21 20:19:55 -0700
committerFriendika <info@friendika.com>2011-07-21 20:19:55 -0700
commit77cea581b0c6ddfef59cfe69da4457628c18f022 (patch)
tree6e0198ea727bd27b161570015c009e57f4772bd9 /mod/community.php
parentf4b4f61f66f2bbba7b62597db8162c1ceede2810 (diff)
downloadvolse-hubzilla-77cea581b0c6ddfef59cfe69da4457628c18f022.tar.gz
volse-hubzilla-77cea581b0c6ddfef59cfe69da4457628c18f022.tar.bz2
volse-hubzilla-77cea581b0c6ddfef59cfe69da4457628c18f022.zip
better fix for bug #107, last one was flawed
Diffstat (limited to 'mod/community.php')
-rw-r--r--mod/community.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/community.php b/mod/community.php
index 73feaabc6..cf43598b5 100644
--- a/mod/community.php
+++ b/mod/community.php
@@ -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'))