diff options
author | Friendika <info@friendika.com> | 2011-10-19 15:08:16 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-19 15:08:16 -0700 |
commit | 19129e06c39da10b7b026ab8c2176322102a95cf (patch) | |
tree | faf88fe3cd8e7e3da727763dd3488545d93220e6 /mod/network.php | |
parent | 1148cbab2253b5ae58089c39fb2ec682dc05e117 (diff) | |
download | volse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.tar.gz volse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.tar.bz2 volse-hubzilla-19129e06c39da10b7b026ab8c2176322102a95cf.zip |
diaspora_reshare no content found, d* profile message work in progress, network page fix for cid search using post order
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 9ab34ebb0..04c2a1782 100644 --- a/mod/network.php +++ b/mod/network.php @@ -151,7 +151,7 @@ function network_content(&$a, $update = 0) { ), array( 'label' => t('Posted Order'), - 'url'=>$a->get_baseurl() . '/' . str_replace('/new', '', $a->cmd) . '?order=post' . ((x($_GET,'cid')) ? '?cid=' . $_GET['cid'] : ''), + 'url'=>$a->get_baseurl() . '/' . str_replace('/new', '', $a->cmd) . '?order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : ''), 'sel'=>$postord_active, ), |