]> git.mxchange.org Git - friendica.git/commitdiff
bug #448
authorfriendica <info@friendica.com>
Tue, 12 Jun 2012 08:01:35 +0000 (01:01 -0700)
committerfriendica <info@friendica.com>
Tue, 12 Jun 2012 08:01:35 +0000 (01:01 -0700)
mod/network.php

index 45983053c976c74caecfdb389140f8fcb896454f..a733f3fb3c97351cd5aa62882927ac29f5e41a1d 100644 (file)
@@ -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);