diff options
author | friendica <info@friendica.com> | 2012-06-12 01:01:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-12 01:01:35 -0700 |
commit | 6f1efccf1cb49c5814735d0b9e2d107e9a8041cc (patch) | |
tree | 306275660a083b15da37df91ade9064207575f5b /mod | |
parent | b7e2f802d8eec883276a3a7b30aa418aee1fb2a4 (diff) | |
download | volse-hubzilla-6f1efccf1cb49c5814735d0b9e2d107e9a8041cc.tar.gz volse-hubzilla-6f1efccf1cb49c5814735d0b9e2d107e9a8041cc.tar.bz2 volse-hubzilla-6f1efccf1cb49c5814735d0b9e2d107e9a8041cc.zip |
bug #448
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/network.php b/mod/network.php index 45983053c..a733f3fb3 100644 --- a/mod/network.php +++ b/mod/network.php @@ -211,6 +211,10 @@ function network_content(&$a, $update = 0) { $datequery = $datequery2 = ''; + $group = 0; + + $nouveau = false; + if($a->argc > 1) { for($x = 1; $x < $a->argc; $x ++) { if(is_a_date_arg($a->argv[$x])) { @@ -309,9 +313,6 @@ function network_content(&$a, $update = 0) { $contact_id = $a->cid; - $group = 0; - - $nouveau = false; require_once('include/acl_selectors.php'); $cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0); |