diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-02-02 08:00:50 +0100 |
commit | a3fd84661f74b0759f9edad1f068b32820b03c5d (patch) | |
tree | 043af8c4f6abb6f860f4fa22670f1e7f968e4b83 /mod/network.php | |
parent | 670dba666633fe8db5c56db6748e341eebcf0138 (diff) | |
parent | 777c47aaa697ff46cf554fb4f36d0c252ae42e94 (diff) | |
download | volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.gz volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.tar.bz2 volse-hubzilla-a3fd84661f74b0759f9edad1f068b32820b03c5d.zip |
Merge branch 'friendika-master'
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/network.php b/mod/network.php index 80edca1d0..2ec06fe61 100644 --- a/mod/network.php +++ b/mod/network.php @@ -38,11 +38,11 @@ function network_content(&$a, $update = 0) { $group = 0; + $nouveau = false; + if(! $update) { $o .= '<script> $(document).ready(function() { $(\'#nav-network-link\').addClass(\'nav-selected\'); });</script>'; - $nouveau = false; - if(($a->argc > 2) && $a->argv[2] === 'new') $nouveau = true; |