aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-21 20:21:41 -0700
committerFriendika <info@friendika.com>2011-07-21 20:21:41 -0700
commit6b806708d9b8973ce57fb13fcdfe116c1409b9a0 (patch)
treefa7029316512769a682db996e48f0bd12021c991 /mod
parent77cea581b0c6ddfef59cfe69da4457628c18f022 (diff)
downloadvolse-hubzilla-6b806708d9b8973ce57fb13fcdfe116c1409b9a0.tar.gz
volse-hubzilla-6b806708d9b8973ce57fb13fcdfe116c1409b9a0.tar.bz2
volse-hubzilla-6b806708d9b8973ce57fb13fcdfe116c1409b9a0.zip
typo
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index 000c9e2fe..7bdd3f3f1 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -126,7 +126,7 @@ function network_content(&$a, $update = 0) {
$o .= '<div id="live-network"></div>' . "\r\n";
$o .= "<script> var profile_uid = " . $_SESSION['uid']
. "; var netargs = '" . substr($a->cmd,8)
- . '?f=';
+ . '?f='
. ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '')
. ((x($_GET,'search')) ? '&search=' . $_GET['search'] : '')
. ((x($_GET,'star')) ? '&star=' . $_GET['star'] : '')